import { Chart } from '../charts/types';
export declare function hashServerCharts(charts: Chart[]): Set<string>;
export declare function hashChartRequest(chart: Chart): string;
//# sourceMappingURL=hash-chart.d.ts.map