import { AxiosResponse } from 'axios'; export declare function fetchFile(url: string, to: string): Promise;