export { A as AvlNode, C as CircularNode, a as Comparator, D as DoublyNode, L as LinkedListNode, T as TreeNode, d as defaultComparator } from '../node-CC6ueIns.cjs'; declare function stableStringify(value: unknown): string; declare function polynomialHash(input: string): number; declare function normalizeBucketIndex(hash: number, capacity: number): number; declare function hashValue(value: unknown): string; export { hashValue, normalizeBucketIndex, polynomialHash, stableStringify };