import type { ActiveRuns } from "../active-runs.ts"; import { type ProgressFor } from "../progress-sink.ts"; import type { RunStore } from "../types.ts"; import { type CommandCtx, type StartAgent } from "./context.ts"; export declare function handleResume(ctx: CommandCtx, store: RunStore, activeRuns: ActiveRuns, startAgent: StartAgent, runRef: string, progressFor?: ProgressFor): Promise; //# sourceMappingURL=resume.d.ts.map