export declare class WeightOptions {
    weight: number;
    unit: string;
}
