import { NotionUrlToPageId } from '../../infra/use-cases/to-page-id';
export declare const createNotionUrlToPageId: (url: string) => NotionUrlToPageId;
