declare function helperCreateTreeFunc(handle: any): (obj: any, iterate: any, options?: any, context?: any) => any;
export default helperCreateTreeFunc;
