import type { InfraStoredState } from '../../../../types/infraOrchestration.js'; /*** Persist serializable desired identity plus a secret-safe canonical ledger atomically. */ export declare function writeStoredInfraStateAsync(projectPath: string, state: InfraStoredState): Promise; //# sourceMappingURL=writeStoredInfraStateAsync.d.ts.map