export declare function asyncReplace(string: string, regexp: RegExp, replacer: (substring: string, ...arguments_: any[]) => Promise): Promise;