declare const StringPrototypeMatchAll: (t: String, regexp: RegExp) => ReturnType; export = StringPrototypeMatchAll;