import { BlockObjectResponse, PartialBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints"; export declare const cachedGetParsedPages: (pageId: string, filter?: any, sorts?: any) => Promise; export declare const cachedGetBlocks: (pageId: string) => Promise<(PartialBlockObjectResponse | BlockObjectResponse)[]>;