/** * @param zTreeId the ztree id used to get the ztree object * @param searchField selector of your input for fuzzy search * @param isHighLight whether highlight the match words, default true * @param isExpand whether to expand the node, default false * * @returns */ export function fuzzySearch($: any, zTreeId: any, searchField: any, isHighLight: any, isExpand: any): void;