import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { WfUserContainerModel } from '../../../../../../models/aggregates/crm/wf-user'; import * as i0 from "@angular/core"; export declare class WfUserService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }