import type { LLMRequest, LLMResponse } from './types.ts'; export declare function writeDebugDump(projectDir: string, correlationId: string | undefined, provider: string, model: string, request: LLMRequest, response: LLMResponse, durationMs: number): void; //# sourceMappingURL=debug-dump.d.ts.map