export declare const replaceInString: (str: string, find: string, repl: string) => string;