declare const identifier = "is.workflow.actions.exportsong"; declare const icon = "Music"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; Description: { DescriptionSummary: string; }; InputPassthrough: boolean; LastModifiedDate: string; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: { Class: string; Key: string; Label: string; }[]; RequiredResources: string[]; UserInterfaces: string[]; }; export { identifier, icon, WFAction };