/** * Replace the first occurrence of a string with another string * * @param args * @returns */ declare const replace: (...args: any[]) => string; export default replace;