/** Converts a Unicode `string` to an array. */ export declare function unicodeToArray(input: string): string[];