import type { InfraResult } from '@ankhorage/contracts/infra'; import type { InfraEnvironmentResolutionRequest, ResolvedInfraEnvironment } from '../../../types/infraOrchestration.js'; /*** Resolve one explicitly configured environment while keeping local as the only safe default. */ export declare function resolveInfraEnvironment(request: InfraEnvironmentResolutionRequest): InfraResult; //# sourceMappingURL=resolveInfraEnvironment.d.ts.map