import { GraphDataType } from "../components/GraphArea";
export declare function prepareCSVData(data: GraphDataType): Promise<number[][]>;
export declare function prepareTitles(data: GraphDataType, xAxisTitle: string): string[];
export declare const getCSVTitle: (data: GraphDataType) => string;
