declare const ATTR_FUNCTION_ASSIGN_VALUE = "$function$"; declare const FUNCTION_LIST: ({ value: string; title: string; children: { value: string; title: string; code: string; sParams: string; sOutput: string; }[]; } | { value: string; title: string; children: { value: string; title: string; code: string; }[]; })[]; declare const FUNCTIONS_NAME: () => any; declare const ACTIONS_ADD_FUNCTIONS: string[]; export { FUNCTION_LIST, FUNCTIONS_NAME, ACTIONS_ADD_FUNCTIONS, ATTR_FUNCTION_ASSIGN_VALUE, };