declare const identifier = "is.workflow.actions.makevideofromgif"; declare const icon = "GIF"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; CreationDate: string; Description: { DescriptionInput: string; DescriptionResult: string; DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; InputPassthrough: boolean; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: { Class: string; DefaultValue: number; Key: string; StepperDescription: string; StepperNoun: string; StepperPluralNoun: string; StepperPrefix: string; }[]; ShortName: string; SuggestedNever: boolean; }; export { identifier, icon, WFAction };