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