import type { Hash } from './hashes.ts'; export declare const MAX_FINGERPRINT_SIZE = 64; export declare class Fingerprint { private readonly fp; private readonly h; private readonly seed; constructor(buf: Uint8Array, hash: Hash, seed: number, fingerprintSize?: number); hash(): number; equals(other?: any): boolean; } //# sourceMappingURL=fingerprint.d.ts.map