import type { AgentHookEvent } from "./hook-event.js"; export interface FingerprintInputs { readonly event: AgentHookEvent; readonly goal: string; readonly files: readonly string[]; readonly graphVersion: string; readonly recentCommandSet: readonly string[]; } export declare function hookFingerprint(inputs: FingerprintInputs): string; //# sourceMappingURL=fingerprint.d.ts.map