import type { CodeState } from "./types.js"; export declare function consolidateState(previous: CodeState | undefined, next: CodeState | undefined): CodeState; export declare function compactCompletedCalls(calls: Array<{ name: string; isError?: boolean; }>): string; //# sourceMappingURL=consolidation.d.ts.map