/** Checks if `string` contains Unicode symbols. */ export declare function hasUnicode(input: string): boolean;