import type { ContentBlock } from "../types.js"; export declare function contentBlockToText(block: ContentBlock): string;