import { APIService } from './api.service'; import { Observable } from 'rxjs'; import { RemoveKynFromIBMService } from '../removeKynFromIBM.service'; import { PaginationDataDto } from '../classes/pagination'; import * as i0 from "@angular/core"; export declare class UsersSearchService { private apiService; private removeKynFromIBMService; siteId: number; userId: string; customerId: number; userIdExistPending: boolean; hasExistedUserId: boolean; pageSize: number; pageIndex: number; pageSizeOptions: number[]; total: number; searchParams: any; foundUsers$: any; constructor(apiService: APIService, removeKynFromIBMService: RemoveKynFromIBMService); getPagination(): PaginationDataDto; quickRegularUsersSearch(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }