import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { UofxSearchRequest, UofxUserSelectResModel, UofxUserSetCommuseModel, UofxUserSetItemType } from './user-select.interface'; import * as i0 from "@angular/core"; export declare class UofxUserSelectService { private http; constructor(http: HttpClient); /** * 選人元件快篩模式 * @param model UofxSearchRequest * @param types UofxUserSetItemType[] * @returns Array */ searchMulti(model: UofxSearchRequest, types?: UofxUserSetItemType, userSetID?: string): Observable; /** * 職務選人元件快篩模式 * @param model UofxSearchRequest * @param types UofxUserSetItemType[] * @returns Array */ searchJubFun(model: UofxSearchRequest): Observable; /** 取得常用清單 */ gerCommuseList(): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }