import { NotionApiPageFetcher } from '../../infra/use-cases/to-notion-api-content-responses/notion-api-page-fetcher';
export declare const createNotionApiPageFetcher: (pageId: string) => Promise<NotionApiPageFetcher>;
