import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; import type { InfraStoredState } from '../../../../types/infraOrchestration.js'; /*** Read exact environment state; malformed ownership state fails closed rather than disappearing. */ export declare function readStoredInfraStateAsync(projectPath: string, environment: AppEnvironmentId): Promise; //# sourceMappingURL=readStoredInfraStateAsync.d.ts.map