import { UofxPluginBeforeUserSetModel } from './user-set.plugin.interface'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; /** 外掛模組 - 用來取得選人元件相關資訊 */ export declare class UofxPluginUserSetService { private http; private readonly API_VER; constructor(http: HttpClient); /** * 取得選人元件 model * * @param {UofxPluginBeforeUserSetModel} model 選人元件轉換前model * @return {*} {UofxUserSetModel} 選人元件轉換後model * @memberof UofxPluginUserSetService */ getUserSelectModel(model: UofxPluginBeforeUserSetModel): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }