import { BaseAuthService } from "./base-auth.service"; import { PublicService } from "./public.service"; import { HttpClient } from "@angular/common/http"; import { FileClassification } from './models/fileClassification'; import * as i0 from "@angular/core"; export declare class FileClassificationsService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; private getBasePathRaw; getsRaw(): import("rxjs").Observable; get(idFile: any): import("rxjs").Observable; post(data: any): import("rxjs").Observable; put(data: any, id: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }