declare const PLUGIN_ID = "review-workflows"; /** * The name of the feature in the license. */ declare const FEATURE_ID = "review-workflows"; export declare const CHARGEBEE_WORKFLOW_ENTITLEMENT_NAME = "numberOfWorkflows"; export declare const CHARGEBEE_STAGES_PER_WORKFLOW_ENTITLEMENT_NAME = "stagesPerWorkflow"; export declare const STAGE_COLOR_DEFAULT: string; export { FEATURE_ID, PLUGIN_ID };