import { HashFunc } from './HashFunc'; export declare const hashObject: (obj: T, visited: Set, hash: HashFunc) => number;