declare const isRegExp: (value: any) => value is RegExp; export default isRegExp;