declare module 'unidecode' { // export default function unidecode(input: string): string; }