import type { InfraExecutionContext, InfraResult, InfraServiceAdapter, InfraWorkloadSpec } from '@ankhorage/contracts/infra'; /*** Collect each service workload graph once in deterministic adapter order. */ export declare function collectInfraWorkloadsAsync(context: InfraExecutionContext, services: readonly InfraServiceAdapter[]): Promise>; //# sourceMappingURL=collectInfraWorkloadsAsync.d.ts.map