export declare const UMB_USER_PERMISSION_ELEMENT_CREATE = "Umb.Element.Create"; export declare const UMB_USER_PERMISSION_ELEMENT_DELETE = "Umb.Element.Delete"; export declare const UMB_USER_PERMISSION_ELEMENT_DUPLICATE = "Umb.Element.Duplicate"; export declare const UMB_USER_PERMISSION_ELEMENT_MOVE = "Umb.Element.Move"; export declare const UMB_USER_PERMISSION_ELEMENT_PUBLISH = "Umb.Element.Publish"; export declare const UMB_USER_PERMISSION_ELEMENT_READ = "Umb.Element.Read"; export declare const UMB_USER_PERMISSION_ELEMENT_ROLLBACK = "Umb.Element.Rollback"; export declare const UMB_USER_PERMISSION_ELEMENT_UNPUBLISH = "Umb.Element.Unpublish"; export declare const UMB_USER_PERMISSION_ELEMENT_UPDATE = "Umb.Element.Update"; export * from './conditions/constants.js';