export declare class Fetch { static getPage(pageInfo: NotionPageArg): Promise; static getBlocks(blockInfo: NotionBlockArg): Promise; static getChildBlocks(blockInfo: NotionBlockArg, parentBlockId: string, pageSize?: number, startCursor?: string): Promise; } //# sourceMappingURL=index.d.ts.map