import { type ToolResult } from "./types.js"; export interface ListRunsArgs { readonly limit: number; } export declare function handleListRuns(args: ListRunsArgs, cwd: string): Promise; //# sourceMappingURL=list-runs.d.ts.map