import { HttpService } from './http.service'; import * as i0 from "@angular/core"; export declare class MinioService { private httpService; constructor(httpService: HttpService); getFileBytes(oneFile: File): Promise; uploadFiles(bucketName: string, folderPath: string, files: Array | FileList): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }