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