import type { ContentBlock } from "../agent/types.js"; export declare function mcpResultToContentBlocks(result: unknown): readonly ContentBlock[];