import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const NodeShapeId: { readonly ShapeAmd6448: "shape-amd64-4-8"; readonly ShapeAmd64816: "shape-amd64-8-16"; readonly ShapeAmd641632: "shape-amd64-16-32"; readonly ShapeAmd643264: "shape-amd64-32-64"; readonly ShapeAmd6464128: "shape-amd64-64-128"; readonly ShapeAmd64416: "shape-amd64-4-16"; readonly ShapeAmd64832: "shape-amd64-8-32"; readonly ShapeAmd641664: "shape-amd64-16-64"; readonly ShapeAmd6432128: "shape-amd64-32-128"; readonly ShapeL414: "shape-l4-1-4"; readonly ShapeL41: "shape-l4-1"; readonly ShapeL42: "shape-l4-2"; readonly ShapeL44: "shape-l4-4"; readonly ShapeL48: "shape-l4-8"; readonly ShapeH100pcie1: "shape-h100pcie-1"; readonly ShapeH100pcie2: "shape-h100pcie-2"; readonly ShapeH100pcie4: "shape-h100pcie-4"; readonly ShapeH100pcie8: "shape-h100pcie-8"; readonly ShapeH100sxm51: "shape-h100sxm5-1"; readonly ShapeH100sxm58: "shape-h100sxm5-8"; readonly ShapeH200sxm51: "shape-h200sxm5-1"; readonly ShapeH200sxm58: "shape-h200sxm5-8"; }; export type NodeShapeId = OpenEnum; /** @internal */ export declare const NodeShapeId$inboundSchema: z.ZodType; /** @internal */ export declare const NodeShapeId$outboundSchema: z.ZodType; //# sourceMappingURL=nodeshapeid.d.ts.map