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