import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * The unit used for weight. */ export declare const WeightUnitEnum: { readonly G: "g"; readonly Kg: "kg"; readonly Lb: "lb"; readonly Oz: "oz"; }; /** * The unit used for weight. */ export type WeightUnitEnum = ClosedEnum; /** @internal */ export declare const WeightUnitEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const WeightUnitEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=weightunitenum.d.ts.map