declare function exportFile(options: any): Promise<unknown>;
export declare function exportExcel(json: any, name: any, titleArr: any, sheetName: any, options: any): void;
export default exportFile;
