declare const identifier = "is.workflow.actions.trello.add.list"; declare const icon = "Trello"; declare const WFAction: { ActionClass: string; AppIdentifier: string; CreationDate: string; Description: { DescriptionSummary: string; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ Class: string; Key: string; Label: string; Placeholder: string; TextAlignment: string; DefaultValue?: undefined; Items?: undefined; } | { Class: string; Key: string; Label: string; Placeholder?: undefined; TextAlignment?: undefined; DefaultValue?: undefined; Items?: undefined; } | { Class: string; DefaultValue: string; Items: string[]; Key: string; Label: string; Placeholder?: undefined; TextAlignment?: undefined; })[]; RequiredResources: string[]; ShortName: string; }; export { identifier, icon, WFAction };