declare const StringPrototypeReplace: (t: String, searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string; }, replacer: (substring: string, ...args: any[]) => string) => ReturnType; export = StringPrototypeReplace;