declare const identifier = "is.workflow.actions.showinstore"; declare const icon = "iTunes"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; CreationDate: string; Description: { DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; InputPassthrough: boolean; Name: string; Parameters: never[]; RequiredResources: string[]; UserInterfaces: string[]; }; export { identifier, icon, WFAction };