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