import { TimestampAndValue as AliasTypeTimestampAndValue } from '../../xdsl/TimestampAndValue';
/** complexType.UnitAndValues_xdsl.TimestampAndValue */
export interface TimestampAndValue {
    /**  */
    unit: string;
    /**  */
    values: AliasTypeTimestampAndValue[];
}
//# sourceMappingURL=TimestampAndValue.d.ts.map