export declare function exportToJson(data: any[], filePath: string): void;
export declare function exportToCsv(data: any[], filePath: string): Promise<void>;
