/**
 * @@@
 *
 * @param input @@@
 * @returns @@@
 * @public exported from `@promptbook/utils`
 */
export declare function removeDiacritics(input: string): string;
/**
 * TODO: [Ж] Variant for cyrillic (and in general non-latin) letters
 */
