export declare type RoleStatus = 'ACTIVE' | 'INACTIVE' | 'UNKNOWN';
