declare const identifier = "is.workflow.actions.filter.locations"; declare const icon = "Location"; declare const WFAction: { ActionClass: string; CreationDate: string; Name: string; WFContentItemClass: string; }; export { identifier, icon, WFAction };