import type { InfraOrchestrationDependencies, InfraUpOperationResult, InfraUpRequest } from '../../../../types/infraOrchestration.js'; /*** Validate and reconcile compute, service preparation, workloads, runtime and services in order. */ export declare function upInfraEnvironmentAsync(request: InfraUpRequest, dependencies: InfraOrchestrationDependencies): Promise; //# sourceMappingURL=upInfraEnvironmentAsync.d.ts.map