import { ServiceProxyService } from './service-proxy.service'; import * as i0 from "@angular/core"; export declare class ModelSelectorService { private serviceProxy; private modelsForUserslList; constructor(serviceProxy: ServiceProxyService); getModelsForUsersList(): any[]; addModelsForUsersList(modelsList: any): void; getModelsForUser(accessType: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }