import type { InfraExecutionContext } from '@ankhorage/contracts/infra'; import type { InfraOperationRequest, InfraOrchestrationDependencies, ResolvedInfraEnvironment } from '../../../types/infraOrchestration.js'; /*** Create one execution context without copying resolved secret values into serializable state. */ export declare function createInfraExecutionContext(request: InfraOperationRequest, environment: ResolvedInfraEnvironment, dependencies: InfraOrchestrationDependencies): InfraExecutionContext; //# sourceMappingURL=createInfraExecutionContext.d.ts.map