import { AxiosResponse } from "axios";
export declare function uploadFileToUrl(uploadUrl: string, filePath: string): Promise<AxiosResponse>;
