declare const identifier = "is.workflow.actions.image.mask"; declare const icon = "Image"; 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; DisallowedVariableTypes: string[]; Items: string[]; Key: string; Label: string; Description?: undefined; Placeholder?: undefined; RequiredResources?: undefined; TextAlignment?: undefined; } | { Class: string; Description: string; Key: string; Label: string; Placeholder: string; RequiredResources: { WFParameterKey: string; WFParameterValue: string; WFResourceClass: string; }[]; TextAlignment: string; DisallowedVariableTypes?: undefined; Items?: undefined; } | { Class: string; Description: string; Key: string; Label: string; RequiredResources: { WFParameterKey: string; WFParameterValue: string; WFResourceClass: string; }[]; DisallowedVariableTypes?: undefined; Items?: undefined; Placeholder?: undefined; TextAlignment?: undefined; })[]; }; export { identifier, icon, WFAction };