/** * Replaces items matched in the regex with a single character. * * @param {import('./index').GCWordCountSettings} settings The main settings object containing regular expressions * @param {string} text The string being counted. * * @return {string} The manipulated text. */ export default function transposeHTMLEntitiesToCountableChars(settings: import('./index').GCWordCountSettings, text: string): string; //# sourceMappingURL=transposeHTMLEntitiesToCountableChars.d.ts.map