/** * Test Generator — test. * * Extracted from codegen-core.ts for modular codegen architecture. */ import type { IRNode } from '../types.js'; export declare function generateTest(node: IRNode): string[];