declare const identifier = "is.workflow.actions.removereminders"; declare const icon = "Reminders"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; CreationDate: string; Description: { DescriptionNote: string; DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; InputPassthrough: boolean; Name: string; RequiredResources: string[]; WFCalendarItemEntityType: string; }; export { identifier, icon, WFAction };