import type { JsonSheet, ExportJsonToExcelOptions } from './types'; export declare function exportJsonToExcelBrowser(fileName: string, sheets: JsonSheet[], options?: ExportJsonToExcelOptions): Promise;