export declare type NotionPage = {
    html: string;
    title?: string;
    icon?: string;
    cover?: string;
};
