declare const identifier = "is.workflow.actions.addnewevent"; declare const icon = "Calendar"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; CreationDate: string; Description: { DescriptionResult: string; DescriptionSummary: string; }; InputPassthrough: boolean; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ Class: string; Description: string; Key: string; Label: string; Placeholder: string; TextAlignment: string; TextContentType?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; RequiredResources?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Key: string; Label: string; Placeholder: string; TextAlignment: string; TextContentType: string; Description?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; RequiredResources?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Description: string; EventKitEntityType: string; Key: string; Label: string; Placeholder?: undefined; TextAlignment?: undefined; TextContentType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; RequiredResources?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Key: string; Label: string; Description?: undefined; Placeholder?: undefined; TextAlignment?: undefined; TextContentType?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; RequiredResources?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Description: string; HintDisplayMode: string; Key: string; Label: string; Placeholder: string; ReactiveParameterKey: string; RequiredResources: { WFParameterKey: string; WFParameterValue: boolean; WFResourceClass: string; }[]; TextAlignment: string; TextContentType?: undefined; EventKitEntityType?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Description: string; HintDisplayMode: string; Key: string; Label: string; Placeholder: string; RequiredResources: { WFParameterKey: string; WFParameterValue: boolean; WFResourceClass: string; }[]; TextAlignment: string; TextContentType?: undefined; EventKitEntityType?: undefined; ReactiveParameterKey?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Description: string; Key: string; Label: string; RequiredResources: { WFParameterKey: string; WFParameterValue: boolean; WFResourceClass: string; }[]; Placeholder?: undefined; TextAlignment?: undefined; TextContentType?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Description: string; DisallowedVariableTypes: string[]; Items: string[]; Key: string; Label: string; Placeholder?: undefined; TextAlignment?: undefined; TextContentType?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; RequiredResources?: undefined; Multiline?: undefined; } | { Class: string; Description: string; Key: string; Label: string; Placeholder: string; RequiredResources: { WFParameterKey: string; WFParameterValue: string; WFResourceClass: string; }[]; TextAlignment: string; TextContentType?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; Multiline?: undefined; } | { Class: string; Description: string; Key: string; Label: string; Multiline: boolean; Placeholder: string; TextAlignment?: undefined; TextContentType?: undefined; EventKitEntityType?: undefined; HintDisplayMode?: undefined; ReactiveParameterKey?: undefined; RequiredResources?: undefined; DisallowedVariableTypes?: undefined; Items?: undefined; })[]; RequiredResources: string[]; ShortName: string; }; export { identifier, icon, WFAction };