import {PropertyValidator} from '../property-validator.js';

/**
 * Regexp validator.
 */
export declare type regexpValidator = PropertyValidator;
