/**
 * Generate a numeric 32 bit hash of a string
 */
export default function hash(str: string): number;
