import type { ResumeCursor } from "./types.js"; /** * Reconstructs a ResumeCursor from durable contract status and history. * Contract status is the source of truth — history is corroboration only. * When history and contract status conflict, contract status wins. */ export declare class ResumeCursorReconstructor { reconstruct(projectRoot: string, specId: string): Promise; } //# sourceMappingURL=resume-cursor.d.ts.map