import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class IoService { private http; constructor(http: HttpClient); uploadFile: (file: any, path?: any) => Observable; }