declare const identifier = "is.workflow.actions.properties.images"; declare const icon = "Image"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; CreationDate: string; Input: { Types: string[]; }; LastModifiedDate: string; Name: string; WFContentItemClass: string; }; export { identifier, icon, WFAction };