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