import { RcsbChartInterface } from "../../../../RcsbSeacrh/FacetTools";
export declare namespace Helper {
    function mergeCharts(charts: RcsbChartInterface[]): RcsbChartInterface[];
}
