export declare const PLOT_TYPES: {
    histogram: "histogram";
    lineChart: "lineChart";
};
