import type { RecoveryNotice } from "./session-state.js"; export declare function createRecoveryNotice(reasonCode: string, summary: string, workspaceRoot: string): RecoveryNotice; //# sourceMappingURL=recovery-notices.d.ts.map