/**
 * Created by user on 2020/5/30.
 */
export declare function char2uni(char: string): number;
export declare function uni2char(uni: string | number): string;
export declare function char2hex(char: string): string;
export declare function hex2char(hex: string): string;
export declare function uni2hex(uni: string | number): string;
