import { TVChart } from "../tv-chart"; import { SeriesType } from "lightweight-charts"; export declare function filterChartsByIds(ids: string | string[]): (chart: TVChart) => boolean;