export declare type NotionApiContentResponse = { id: string; type: string; properties: Record; format?: Record; contents: NotionApiContentResponse[]; };