/** * Replace all occurrences of a string with another string * * @param args * @returns */ declare const replaceAll: (...args: any[]) => string; export default replaceAll;