export declare namespace ErrorMessages { enum CRUD_403_ERRORS { CREATE = "You do not have the necessary permissions to create this resource. Please contact your administrator for access.", READ = "You are not authorized to access this resource. Please ensure you have the required permissions.", UPDATE = "You do not have permission to update this resource. Please check with your administrator for appropriate access rights.", DELETE = "You are not allowed to delete this resource. Please verify your permissions with your administrator." } }