/** Removes all non ASCII characters from a string. @param value The HTML string to strip. @param spacer The character to replace whitespace with. */ export default function (value: string, spacer?: string): string;