import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; /*** Build an exact state-file path from a closed canonical environment identifier. */ export declare function resolveInfraStatePath(projectPath: string, environment: AppEnvironmentId): string; //# sourceMappingURL=resolveInfraStatePath.d.ts.map