import type { AfpOptions, Fingerprint } from '../types'; export declare const FINGERPRINT_VERSION = 3; /** * Build a complete, internally-coherent fingerprint from the options. Identical * `seed` + identical `opts` always yield an identical fingerprint. */ export declare function generateFingerprint(opts?: AfpOptions): Fingerprint; //# sourceMappingURL=fingerprint.d.ts.map