export declare const replaceAll: (inString: string, matchingString: string, replacement: string) => string;