export = unidecode;

declare function unidecode(str: string, sub?: string | null): string;
