/** * Return a hash value for an object. */ export declare function hash(obj: any): number; export declare function doHash(obj: any, hashVal: number): number; export declare function numberHash(val: number, initialHashVal: number): number; export declare function stringHash(s: string, hashVal: number): number; //# sourceMappingURL=hash.d.ts.map