import '@angular/localize/init'; import { UntypedFormControl } from '@angular/forms'; import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { MobicloudCoreService } from "../services/mobicloud-core.service"; import * as i0 from "@angular/core"; export declare class UsernameValidator { protected httpClient: HttpClient; coreService: MobicloudCoreService; currentUserId: string | undefined; debouncer: any | undefined; constructor(httpClient: HttpClient, coreService: MobicloudCoreService); checkUsername(control: UntypedFormControl): any; executeFunction(parameterString?: string, requestTimeout?: number): Promise>; handleError(error: any): Observable; usernameValidation_devextreme(username: string, currentUserId?: string): Promise; usernameValidation_customer_devextreme(customerId: string, username: string, currentUserId?: string): Promise; usernameValidation_vendor_devextreme(vendorId: string, username: string, currentUserId?: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=username-validator.d.ts.map