import type { InfraExecutionContext, InfraResult } from '@ankhorage/contracts/infra'; import type { ResolvedInfraAdapters } from '../../../../types/infraOrchestration.js'; /*** Validate compute and service configuration before any mutating adapter call. */ export declare function validateInfraAdaptersAsync(context: InfraExecutionContext, adapters: ResolvedInfraAdapters): Promise>; //# sourceMappingURL=validateInfraAdaptersAsync.d.ts.map