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