import { HttpWebRequestService } from './http-web-request.service'; import { UtilService } from './util.service'; import * as i0 from "@angular/core"; export declare class LabelService { private utilService; private server; private cache; private inFlightRequests; constructor(utilService: UtilService, server: HttpWebRequestService); getAsyncLabel(value: any, entity: string, labelProp: string, env: string, key?: string): Promise; getAsyncLabelWithRequestTracking(value: any, entity: string, labelProp: string, env: string, key?: string): Promise; getAsyncLabelWithRequestTrackingNoGateway(value: any, entity: string, labelProp: string, env: string, controller: string, key?: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }