Notion MCP Server

/** * Cached fs operation wrapper. */ export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;