export type AccStatusChange = 'acst_unchanged' | 'acst_frozen' | 'acst_deleted';
