import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const NodeFamilyId: { readonly FamilyAmd6412: "family-amd64-1-2"; readonly FamilyAmd6414: "family-amd64-1-4"; readonly FamilyL414: "family-l4-1-4"; readonly FamilyL4112: "family-l4-1-12"; readonly FamilyH100pcie: "family-h100pcie"; readonly FamilyH100sxm5: "family-h100sxm5"; readonly FamilyH200sxm5: "family-h200sxm5"; }; export type NodeFamilyId = OpenEnum; /** @internal */ export declare const NodeFamilyId$inboundSchema: z.ZodType; //# sourceMappingURL=nodefamilyid.d.ts.map