/** * Don't allow specific substrings */ export declare function NotContains(value: string | { msg: string; args: string; }): Function;