import { DownloadConfig } from './type'; export declare const download: (data: any, config: DownloadConfig | string) => any;