/** 文本正则替换的,异步版本 */ export declare function textReplaceAsync(string: string, regexp: RegExp, replacerFunction: (...args: any[]) => Promise): Promise; //# sourceMappingURL=textReplaceAsync.d.ts.map