/** * Return a hash value for an object. */ export declare function hash(obj: any, hashVal?: number): number; //# sourceMappingURL=hash.d.ts.map