declare const identifier = "is.workflow.actions.properties.appstore"; declare const icon = "AppStore"; declare const WFAction: { ActionClass: string; AppIdentifier: string; CreationDate: string; Name: string; WFContentItemClass: string; }; export { identifier, icon, WFAction };