/**
 * @returns This will return an unsigned hash for the current string
 */
export declare function generateHash(str: string): number;
