/** * Content hashing utility for scan result deduplication and TC verdict cache. * @module agent-threat-rules/content-hash */ /** Compute a SHA-256 hex digest of the given content string. */ export declare function computeContentHash(content: string): string; //# sourceMappingURL=content-hash.d.ts.map