export declare const getPhoneLast4: (phone: string) => string;
export declare const getRandomId: (end?: number) => string;
