declare const identifier = "is.workflow.actions.evernote.new"; declare const icon = "Evernote"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; Description: { DescriptionInput: string; DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ Class: string; Key: string; Label: string; Placeholder: string; Description?: undefined; } | { Class: string; Description: string; Key: string; Label: string; Placeholder?: undefined; } | { Class: string; Description: string; Key: string; Label: string; Placeholder: string; })[]; RequiredResources: string[]; }; export { identifier, icon, WFAction };