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