import type { CompletionOrchestratorDeps } from "./completion-orchestrator.ts"; export declare function recoverOrchestrator(deps: CompletionOrchestratorDeps, isRecovered: () => boolean, setRecovered: () => void, scheduleCleanupCb: (taskId: string) => void, cleanupTaskCb: (taskId: string) => void, persistStateCb: () => void): Promise; //# sourceMappingURL=recovery-orchestrator.d.ts.map