export declare const USERS_PERMISSIONS: { add: string; delete: string; change: string; list: string; detail: string; change_password_user: string; change_pin_user: string; change_qr_user: string; change_profile_image_user: string; change_profile_user: string; change_password_other_user: string; change_pin_other_user: string; change_qr_other_user: string; change_profile_image_other_user: string; change_profile_other_user: string; change_permission_user: string; make_superuser_user: string; make_staff_user: string; make_active_user: string; };