//#region src/common/data/string-hash-pool.d.ts declare function useStringHashPool(): { hash: (s: string) => number; stringForHash: (v: number) => string | undefined; }; type UseStringHashPool = ReturnType; //#endregion export { useStringHashPool as n, UseStringHashPool as t }; //# sourceMappingURL=string-hash-pool-BHDYziM7.d.mts.map