import { ApiService, EnvironmentModel } from '@cas-hub/acabim-common-client'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { FullFile } from '../pages/financial/_models/financial-management.model'; import * as i0 from "@angular/core"; export declare class FileUsageService extends ApiService { protected client: HttpClient; protected environment: EnvironmentModel; constructor(client: HttpClient, environment: EnvironmentModel); protected controller: string; uploadFile(buildingGUID: string, fileGUIDs: string[], type?: string): Observable; getFilesFromObject(buildingGUID: string, type?: string): Observable; removeFiles(buildingGUID: string, fileGUIDs: string[], type?: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }