export declare enum CustomFunctionOutputType { string = "string", number = "number", any = "any", date = "date", array_object = "array_object", json = "json", object = "object", array = "array", boolean = "boolean" } export declare enum CustomFunctionType { mapping_data = "mapping_data", normal_formlist = "normal_formlist", hook = "hook", actions = "actions", rest = "rest", export = "export", trigger = "trigger", editor_wysiwyg = "editor_wysiwyg", title = "title" }