/** * Canonical project identity hash. * SHA-256 of absolute path, first 12 hex chars. * Single source of truth — do not duplicate this function elsewhere. */ export declare function generateProjectHash(projectPath: string): string; //# sourceMappingURL=hash.d.ts.map