declare const identifier = "is.workflow.actions.runworkflow"; declare const icon = "Shortcuts"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; CreationDate: string; Description: { DescriptionInput: string; DescriptionResult: string; DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ Class: string; Key: string; Label: string; DefaultValue?: undefined; } | { Class: string; DefaultValue: boolean; Key: string; Label: string; })[]; RequiredResources: (string | { RequiredResources: { WFParameterKey: string; WFParameterValue: boolean; WFResourceClass: string; }[]; WFResourceClass: string; })[]; SuggestedNever: boolean; UserInterfaces: string[]; }; export { identifier, icon, WFAction };