/** * Javascript implementation of java's string hashcode method. * @see https://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/ */ export declare function toHashCode(str: string): number;