export declare function replaceIfNotFound(originalString: string, stringToBeReplaced: string, newStringToReplace: string): string;
