/**
 * Return hash for a given string
 *
 * @param string
 * @returns {number}
 */
export declare function hashString(string: string): number;
