import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble';
/** A timestamp associated to a value */
export interface MrtgTimestampValue {
    /**  */
    timestamp: number;
    /**  */
    value?: UnitAndValueDouble;
}
//# sourceMappingURL=MrtgTimestampValue.d.ts.map