import { AxiosRequestConfig } from "axios"; export declare function downloadBinary(url: string, filePath: string): Promise; export declare function getJSON(url: string | URL, headers?: Record, ext?: Partial): Promise;