import { IValidator } from '../interface';
export declare function patternValidator(pattern: string | RegExp): IValidator;
