import { Validator } from '../models';
/** Validates regex using string representation of the member. */
export declare const RegexValidator: Validator;
