import type { InfraAdapterDescriptor } from '../types/infraAdapters'; import type { InfraResult } from '../types/infraLifecycle'; import type { InfraEnvironmentSpec } from '../types/infraManifest'; /** Validate supplied installed descriptors without imports or filesystem access; only selected packages matter. */ export declare function validateInfraAdapterSelection(environment: InfraEnvironmentSpec, installed: readonly unknown[]): InfraResult; //# sourceMappingURL=validateInfraAdapterSelection.d.ts.map