/** * Returns a hash code from a string * @param {String} str The string to hash. * @return {Number} A 32bit integer * @see http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/ */ export function hashCode(str: string): number; export function isObject(item: any): any; export function isPromise(p: any): boolean; export function makeId(id: any, name: any, window: any): any; export function onFrame(callback: any, timeout?: number): void;