import type { ExtractionData } from '../../contracts/types.js'; export declare function normalizeTypeName(raw: string): string | null; export declare function extractGenericCode(filePath: string): ExtractionData;