/** * Generates structural-duplication.js guard — detects repeated code patterns * within a file using structural normalization (not just export names). * * Phase 1: Intra-file detection with 7 pattern detectors. * Phase 2 (future): Cross-file fingerprinting via pattern-index.json. */ export declare function generateStructuralGuard(): string;