type ToolCallRunFields = { outcome: "started" | "ok" | "failed"; command?: string; message?: string; detail?: string; exit_code?: number | null; /** From normalizeToCanonical when shell env is missing. */ agent?: string; }; export declare function reportToolCallRun(fields: ToolCallRunFields): Promise; export {}; //# sourceMappingURL=client-event.d.ts.map