declare const identifier = "is.workflow.actions.handoff"; declare const icon = "HandoffAction"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; CreationDate: string; Description: { DescriptionSummary: string; }; InputPassthrough: boolean; Name: string; RequiredResources: string[]; }; export { identifier, icon, WFAction };