/**
 * Check if argument is RegExp
 * @param arg
 * @returns {boolean}
 */
export declare function isRegExp(arg: unknown): arg is RegExp;
