import { BaseService, HttpErrorHandler, Tree, WebApiClient } from 'zek'; import * as i0 from "@angular/core"; export declare class DictionaryService extends BaseService { constructor(api: WebApiClient, httpErrorHandler: HttpErrorHandler); getCompanyCategories(): import("rxjs").Observable; getIndustries(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }