import type { AxiosRequestConfig } from 'axios'; export declare function download(config?: AxiosRequestConfig, downloadOptions?: { filename?: string; }): Promise;