import { USER_ROLE } from 'src/utils/constants';
export declare class AssignRoleDto {
    role: USER_ROLE;
}
