declare const RegExpSetLastMatch: (t: typeof RegExp, v: (typeof RegExp)["lastMatch"]) => void; export = RegExpSetLastMatch;