/** * API Misuse & Undefined Reference Tests — two new formal check types. * * Tests for: * - checkApiMisuse: detects known non-existent API calls (LLM hallucinations) * - checkUndefinedReference: detects references to undeclared identifiers * - classifyClaim: correct routing to new check types */ export {};