import { Observable } from "rxjs"; import { DataChangedScope, ISeriesApi, SeriesType, Time } from "lightweight-charts"; import { SeriesSubscriptions } from "./series.types"; export declare class SeriesStreams implements SeriesSubscriptions { #private; readonly dataChange$: Observable; constructor(series: ISeriesApi); destroy(): void; }