import type { InfraOperationRequest, InfraOrchestrationDependencies, InfraStatusOperationResult } from '../../../../types/infraOrchestration.js'; /*** Aggregate provider-neutral compute, runtime and service status. */ export declare function statusInfraEnvironmentAsync(request: InfraOperationRequest, dependencies: InfraOrchestrationDependencies): Promise; //# sourceMappingURL=statusInfraEnvironmentAsync.d.ts.map