export declare const getPhoneLast4: (phone: string) => string;
export declare const randomString: (length?: number) => string;
export declare const getRandomId: (end?: number) => string;
export declare const getRandomItem: (arr: any[]) => any;
export declare const md5: (str: string) => string;
