import type { NotionWriteHeadingParams } from "../types/index.js"; export declare function writeHeadingToPage({ client, page, content, }: NotionWriteHeadingParams): Promise;