import { ActiveTable } from '../../../../activeTable'; export declare class CSVExport { static export(at: ActiveTable, fileName?: string): void; } //# sourceMappingURL=CSVExport.d.ts.map