import { Observable } from 'rxjs'; export default function downloadFile(url: string, path: string): Observable;