declare const identifier = "is.workflow.actions.selectcontacts"; declare const icon = "Contacts"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; Description: { DescriptionNote: string; DescriptionSummary: string; }; InputPassthrough: boolean; LastModifiedDate: string; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: { Class: string; Key: string; Label: string; }[]; RequiredResources: string[]; UserInterfaces: string[]; }; export { identifier, icon, WFAction };