import { BlockObjectResponse } from '@notionhq/client/build/src/api-endpoints'; import type { NotionGetPageBlocksParams } from "../types/index.js"; export default function getPageBlocks({ client, page, }: NotionGetPageBlocksParams): Promise;