import { ApiService } from '@cas-hub/acabim-common-client'; import { Observable } from 'rxjs'; import { DataExportRequest } from '../_models/data-export.model'; import * as i0 from "@angular/core"; export declare class DataExportService extends ApiService { protected controller: string; getCurrentRequests(): Observable; getDownloadUrl(exportRequestId: string): Observable; startBuildingDataExport(bimModelId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }