declare const StringPrototypeReplaceAll: (t: String, searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string) => ReturnType; export = StringPrototypeReplaceAll;