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