export declare const CHA_NUM = "0123456789"; export declare const CHA_UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; export declare const CHA_LOWER = "abcdefghijklmnopqrstuvwxyz"; export declare function uid(prefix?: string, size?: number, alphabet?: string): string;