import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; /*** Build the canonical project-local state directory for one closed Infra environment. */ export declare function resolveInfraEnvironmentStateDirectory(projectPath: string, environment: AppEnvironmentId): string; //# sourceMappingURL=resolveInfraEnvironmentStateDirectory.d.ts.map