import { NcbiTree } from "../../logic"; declare function constructSearchtree(t: NcbiTree, il: boolean, rerootCallback?: (x: any) => void): {}; export { constructSearchtree };