declare const identifier = "is.workflow.actions.filter.photos"; declare const icon = "Photos"; declare const WFAction: { ActionClass: string; AppIdentifier: string; CreationDate: string; Input: { Types: string[]; }; LastModifiedDate: string; Name: string; RequiredResources: string[]; SuggestedAsInitialAction: boolean; WFContentItemClass: string; WFContentItemDefaultProperty: string; }; export { identifier, icon, WFAction };