export declare class Quantity { value: number | undefined; unit: string | undefined; constructor(partial: Partial); }