export type AccountStatus = 'nonexist' | 'uninit' | 'active' | 'frozen';
