export declare class Measure { value: number; unit: string; constructor(value: number, unit: string); }