declare function stringHash(str: string): number;

export = stringHash;
