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