import { BSTOptions } from './bst'; export type AVLTreeOptions = BSTOptions & {};