/** * Check the value is not one of these */ export declare function NotIn(arg: any[][] | { msg: string; args: any[][]; }): Function;