import { type ToolResult } from "./types.js"; export interface GetRunDetailsArgs { readonly runId: string; } export declare function handleGetRunDetails(args: GetRunDetailsArgs, cwd: string): Promise; //# sourceMappingURL=get-run-details.d.ts.map