import type { InfraOperationRequest, InfraOrchestrationDependencies, InfraPlanOperationResult } from '../../../../types/infraOrchestration.js'; /*** Aggregate a side-effect-free dependency-ordered plan from all selected adapters. */ export declare function planInfraEnvironmentAsync(request: InfraOperationRequest, dependencies: InfraOrchestrationDependencies): Promise; //# sourceMappingURL=planInfraEnvironmentAsync.d.ts.map