export declare function replaceAll(original: string, find: string, replaceBy: string): string;