import { GetBlockResponse } from "@notionhq/client/build/src/api-endpoints.js"; import { type NotionBlockWithChildren } from "./types.js"; export declare const renderBlocksAsMarkdown: (blocks: Array, withBlockIds?: boolean) => string; export declare const renderBlockInfoFrontmatter: (blockInfo: GetBlockResponse | NotionBlockWithChildren) => string; export declare const renderPageInfoFrontmatter: (pageInfo: any) => string;