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