declare const identifier = "is.workflow.actions.filter.calendarevents"; declare const icon = "Calendar"; declare const WFAction: { ActionClass: string; AppIdentifier: string; CreationDate: string; Name: string; RequiredResources: string[]; ShortName: string; SuggestedAsInitialAction: boolean; WFContentItemClass: string; WFContentItemDefaultProperty: string; }; export { identifier, icon, WFAction };