import type { InfraExecutionContext, InfraResult, InfraServiceAdapter } from '@ankhorage/contracts/infra'; /*** Run optional mutating service preparation before runtime workload materialization. */ export declare function prepareInfraServicesAsync(context: InfraExecutionContext, services: readonly InfraServiceAdapter[]): Promise>; //# sourceMappingURL=prepareInfraServicesAsync.d.ts.map