/**
 * Transliterates a Unicode string into ASCII.
 */
export default function anyAscii(string: string): string;
