declare const identifier = "is.workflow.actions.geturlcomponent"; declare const icon = "URL"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; Description: { DescriptionNote: 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: string; Items: string[]; Key: string; Label: string; }[]; ShortName: string; SuggestedNever: boolean; }; export { identifier, icon, WFAction };