import { Observable } from 'rxjs'; import { ResourceDto, ResourceFile, UploadService } from '../models'; import { S3Service } from './s3.service'; import * as i0 from "@angular/core"; export declare class S3UploadService implements UploadService { private readonly s3Service; constructor(s3Service: S3Service); uploadFile(file: File, _: any, documentId?: string): Observable; getResource(resourceId: string): Observable; private getResourceFile; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=s3-upload.service.d.ts.map