/**
 * Change a string to be all from the basic latin unicode plane
 * @param input        The string
 */
export declare function toASCII(input: string): string;
export default toASCII;
