import { AllowRegexDescription } from '../description/allow-regex-description'; export declare function allowRegex(regExp: RegExp): string; export declare const isAllowRegex: (val: any) => val is AllowRegexDescription;