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