import type { HappyMcpCallCompletion, HappyMcpToolResult } from "./types.js"; /** Applies the one public error-result contract shared by the fake host and real Rig. */ export declare function happyMcpCompletionToResult(completion: HappyMcpCallCompletion): HappyMcpToolResult; //# sourceMappingURL=happyMcpCompletionToResult.d.ts.map