import type { ContentBlock } from "../agent/types.js"; import type { ExternalToolCallResolution } from "./types.js"; export declare function externalToolResolutionToContent(resolution: ExternalToolCallResolution): readonly ContentBlock[];