import { HashFunc } from './HashFunc'; export declare const hashSequence: (items: Iterable, visited: Set, hash: HashFunc) => number;