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