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