declare const identifier = "is.workflow.actions.getitemfromlist"; declare const icon = "Scripting"; declare const WFAction: { ActionClass: string; Description: { DescriptionNote: string; DescriptionSummary: string; }; Input: { Multiple: boolean; Required: boolean; TypePassthrough: boolean; Types: string[]; }; LastModifiedDate: string; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ ActionKeywords: string[]; Class: string; DefaultValue: string; DisallowedVariableTypes: string[]; Items: string[]; Key: string; Label: string; Placeholder?: undefined; RequiredResources?: undefined; TextAlignment?: undefined; } | { Class: string; Key: string; Label: string; Placeholder: string; RequiredResources: { WFParameterKey: string; WFParameterValue: string; WFResourceClass: string; }[]; TextAlignment: string; ActionKeywords?: undefined; DefaultValue?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; } | { Class: string; DefaultValue: number; Key: string; Label: string; Placeholder: string; RequiredResources: { WFParameterKey: string; WFParameterValue: string; WFResourceClass: string; }[]; TextAlignment: string; ActionKeywords?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; })[]; }; export { identifier, icon, WFAction };