import { ImportCSV } from '../helpers/interfaces'; export declare function importCSV(importCSVParams: ImportCSV): Promise; export declare function exportCSV(name: string, rootPath?: string): Promise;