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