import type { InfraDownOperationResult, InfraOperationRequest, InfraOrchestrationDependencies } from '../../../../types/infraOrchestration.js'; /*** Reversibly suspend services and runtime while retaining compute and persistent data. */ export declare function downInfraEnvironmentAsync(request: InfraOperationRequest, dependencies: InfraOrchestrationDependencies): Promise; //# sourceMappingURL=downInfraEnvironmentAsync.d.ts.map