export declare function mapperNormalizeNFC(words: Iterable<string>): Iterable<string>;
export declare function mapperRemoveCaseAndAccents(words: Iterable<string>): Iterable<string>;
//# sourceMappingURL=textMappers.d.ts.map