import { PieChartData } from '../types/pie-chart.config.js'; export declare function formatCsv(rawData: PieChartData): string;