declare const ucs2: {
encode(arr: number[]): string;
decode(str: string): number[];
};
export = ucs2;