import { ValidatorFn } from '@angular/forms'; export declare function createUniqueValidator(isUnique: (v: string) => boolean): ValidatorFn;