import type { InfraGenerateOperationResult, InfraOperationRequest, InfraOrchestrationDependencies } from '../../../../types/infraOrchestration.js'; /*** Generate deterministic review artifacts without mutating local or remote infrastructure. */ export declare function generateInfraEnvironmentAsync(request: InfraOperationRequest, dependencies: InfraOrchestrationDependencies): Promise; //# sourceMappingURL=generateInfraEnvironmentAsync.d.ts.map