export declare function normalizeNFC(str: string): string; export declare function normalizeNFD(str: string): string; export declare const removeAccents: (str: string) => string; //# sourceMappingURL=normalization.d.ts.map