/**
 */
declare function isRegExp(val: any): boolean;
export default isRegExp;
