import { WeightUnitType } from './weight-unit-type'; export declare class Weight { value: number; unit: WeightUnitType; }