declare const identifier = "is.workflow.actions.urlencode"; declare const icon = "URL"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; CreationDate: string; Description: { DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; Types: string[]; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: { Class: string; DefaultValue: string; Items: string[]; Key: string; Label: string; }[]; SuggestedNever: boolean; }; export { identifier, icon, WFAction };