import type { SwapHistorySection } from "./types"; export declare const mappedSwapOperationsToCSV: (swapHistorySections: SwapHistorySection[]) => string; //# sourceMappingURL=csvExport.d.ts.map