export declare const json2csv: (name: string, columns: string[], data: object[]) => Promise;