import { API } from './types'; import { MIMETypeString, URLString } from './aliases'; export declare type Upload = API & any, string>; export declare type Confirm = API; export declare namespace FileUploadViaURL { }