export declare function jsontocsv(data: Record<string, any>[], filename?: string): void;
