import { TimestampAndValue as AliasTypeTimestampAndValue } from '../../telephony/TimestampAndValue';
/** A value set tagged with its unit */
export interface TimestampAndValue {
    /**  */
    unit: string;
    /**  */
    values: AliasTypeTimestampAndValue[];
}
//# sourceMappingURL=TimestampAndValue.d.ts.map