export declare enum WeightUnitType { grams = "grams", kilograms = "kilograms", ounces = "ounces", pounds = "pounds" }