import { BlockMap } from "../lib/types";
declare const getPageTable: (pageId: string, apiUrl?: string) => Promise<BlockMap>;
declare const getPageBlocks: (pageId: string, apiUrl?: string) => Promise<BlockMap>;
export { getPageTable, getPageBlocks };
