export declare function matchValidator(options?: { regexp?: RegExp; }): (value?: any) => boolean;