export declare function replaceAll(string: string, searchValue: string | RegExp, replaceValue: string): string;