export declare function downloadCsv(str: string, name: string): Promise; export declare function downloadExcel(arrayBuffer: ArrayBuffer, name: string): Promise;