declare module 'diacriticless' {
    function diacriticLess(str: string): string;
    export default diacriticLess;
}
