/**
* This code is taken from https://github.com/LinusU/murmur-128/blob/master/index.js
* But instead of dependencies to encode-utf8 and fmix, I've implemented them here.
*/exportdeclarefunctionhash(key: ArrayBuffer | string, seed?: number): string;
//# sourceMappingURL=hash.d.ts.map