import { AxiosInstance } from 'axios'; declare const _default: (axios: AxiosInstance) => { DOWNLOAD: (url: string, fileName?: string) => void; }; export = _default;