import type { Lane } from "../lane.ts"; import type { Drive, ProcedureResult } from "../types.ts"; /** Advance one cancelled durable leaf without starting new ordinary work. */ export declare function reconcileOperation(lane: Lane, drive: Drive): Promise; //# sourceMappingURL=reconcile.d.ts.map