import { CsvOptions } from './types.js'; export declare function json2csv(json: T[], options?: CsvOptions): string; //# sourceMappingURL=json2csv.d.ts.map