import { HttpClient } from '@angular/common/http'; import { DomSanitizer, SafeUrl } from '@angular/platform-browser'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class RawService { private httpClient; private store; private domSanitizer; constructor(httpClient: HttpClient, store: Store, domSanitizer: DomSanitizer); get(itemId: string, attributeName: string): Observable<{ type: string; url: SafeUrl; }>; upload(file: any, fileName: string, mimeType: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }