/** complexType.UnitAndValue_double */
export interface UnitAndValueDouble {
    /**  */
    unit: string;
    /**  */
    value: number;
}
//# sourceMappingURL=UnitAndValueDouble.d.ts.map