declare const identifier = "is.workflow.actions.properties.music"; declare const icon = "Music"; declare const WFAction: { ActionClass: string; AppIdentifier: string; CreationDate: string; Input: { Types: string[]; }; LastModifiedDate: string; Name: string; WFContentItemClass: string; WFContentItemDefaultProperty: string; }; export { identifier, icon, WFAction };