/** A value associated to a timestamp */
export interface TimestampAndValue {
    /**  */
    timestamp: number;
    /**  */
    value?: number;
}
//# sourceMappingURL=TimestampAndValue.d.ts.map