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