import type { HttpInterceptor } from '../http.js' export interface DownloadOptions { /** 自动下载 */ download?: boolean | string } export declare const download: HttpInterceptor