declare const identifier = "is.workflow.actions.properties.health.quantity"; declare const icon = "Health"; declare const WFAction: { ActionClass: string; AppIdentifier: string; CreationDate: string; Name: string; WFContentItemClass: string; }; export { identifier, icon, WFAction };