import type { InfraOperationRequest, InfraOrchestrationDependencies, InfraValidateOperationResult } from '../../../../types/infraOrchestration.js'; /*** Validate one environment and every selected adapter without mutating infrastructure. */ export declare function validateInfraEnvironmentAsync(request: InfraOperationRequest, dependencies: InfraOrchestrationDependencies): Promise; //# sourceMappingURL=validateInfraEnvironmentAsync.d.ts.map