import { Subject } from "rxjs"; export declare const CHART_UNMOUNTED = "Chart scrolled out of view"; export declare const getFetchStream: (concurrentCallsLimit: number) => Subject[];