export declare type WeightUnitEnum = "kilogram" | "pound"; export declare const WeightUnitEnum: { Kilogram: WeightUnitEnum; Pound: WeightUnitEnum; };