import { AVLTreeOptions } from './avl-tree';
export type AVLTreeCounterOptions<K, V, R> = AVLTreeOptions<K, V, R> & {};
