declare const identifier = "is.workflow.actions.detect.contacts"; declare const icon = "Contacts"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; CoercionItemClass: string; Description: { DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; RequiredResources: string[]; ShortName: string; }; export { identifier, icon, WFAction };