/** * Based on implementations by Gary Court and Austin Appleby, 2011, MIT. Copied from https://github.com/facebook/relay * @preserve-header */ /** * @param {string} key A UTF-16 or ASCII string * @return {string} a base62 murmur hash */ export declare function murmurHash(str: string): string;