import { DownloadOptions } from '../interfaces'; export default function download(api: string, options: DownloadOptions): Promise;