import type { InfraWorkloadSpec } from '../types/infraWorkload'; /*** Validate the portable desired workload; runtime-specific fields and plaintext secret objects fail. */ export declare function isInfraWorkloadSpec(value: unknown): value is InfraWorkloadSpec; //# sourceMappingURL=isInfraWorkloadSpec.d.ts.map