/**
 * A hash function used by Warcraft 3's Jass virtual machine.
 *
 * See http://burtleburtle.net/bob/hash/doobs.html
 */
export default function sstrhash2(key: string): number;
