import { Observable } from 'rxjs'; import { DxFormGroup } from '../form-group'; import { Without } from '@digitaix/types'; export declare function AsyncValidator(controlId: keyof Without>, controlPaths?: string[], validatorErrorTemplate?: string): (target: Partial>>, propertyKey: string, descriptor: TypedPropertyDescriptor>) => void;