import type { InfraDeploymentSpec } from '../types/infraManifest'; /*** Validate provider-specific config and the exact same compatibility map used by TypeScript. */ export declare function isInfraDeploymentSpec(value: unknown): value is InfraDeploymentSpec; //# sourceMappingURL=isInfraDeploymentSpec.d.ts.map