import { ConditionOperator } from '../models'; declare const OPERATOR_LABEL: Record; declare const NO_CONTEXT_RESOURCE_TYPE = "com.ritense.authorization.NoContext"; declare const ACTION_TAG_TYPE: Record; declare const DEFAULT_ACTION_TAG_TYPE = "gray"; export { ACTION_TAG_TYPE, DEFAULT_ACTION_TAG_TYPE, NO_CONTEXT_RESOURCE_TYPE, OPERATOR_LABEL };