export type { ClosestKeyDesc, EqualityFn, KeyType, Node, Options, TrieableNode, TrieableNodeKeyMapping } from './main';
import { bSearch, isIterable, robustHash, toArray } from './main';
export declare const util: {
    bSearch: typeof bSearch;
    computeHash: typeof robustHash;
    defaultEqMatcher: import("./main").EqualityFn<unknown>;
    defaultLtMatcher: import("./main").EqualityFn<unknown>;
    getTypeName: (obj: any) => string;
    isIterable: typeof isIterable;
    toArray: typeof toArray;
};
export { Compared, default as default, OpStatus, Status, } from './main';
