declare const identifier = "is.workflow.actions.measurement.create"; declare const icon = "Calculator"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; CreationDate: string; Description: { DescriptionSummary: string; }; InputPassthrough: boolean; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ Class: string; DefaultValue: string; DisallowedVariableTypes: string[]; Key: string; Label: string; KeyboardType?: undefined; Placeholder?: undefined; RequiredResources?: undefined; TextAlignment?: undefined; } | { Class: string; Key: string; KeyboardType: string; Label: string; Placeholder: string; RequiredResources: { WFParameterKey: string; WFParameterRelation: string; WFResourceClass: string; }[]; TextAlignment: string; DefaultValue?: undefined; DisallowedVariableTypes?: undefined; })[]; }; export { identifier, icon, WFAction };