import { Observable } from 'rxjs';
import { UploadEvent, UploadOptions } from './types';
export default function uploadFile(file: File, options?: UploadOptions): Observable<UploadEvent>;
//# sourceMappingURL=uploadFile.d.ts.map