declare function replaceAll(str: string, find: string, replace: string): string;
export default replaceAll;
