/** Returns whether the payload is a regular expression (RegExp) */ export declare function isRegExp(payload: unknown): payload is RegExp;