export declare const splitWordByUpperLetters: (word: string) => string[];
export declare const normalizeCamelCase: (word: string) => string;
export declare const removeHtmlEntities: (str: string) => string;
export declare const normalizeString: (str: string) => string;
