/**
 * Remove non-printable ASCII chars
 */
declare function removeNonASCII(str: any): any;
export default removeNonASCII;
