import { type GrammarReflection } from './reflection.ts'; /** * Legacy interpreted-rule-map attachment. It is deliberately outside the shared * table runtime graph: macro/table artifacts construct reflection in their * metadata prototype instead of mutating an already-built map. */ export declare function attachGrammarReflection(grammar: T, reflection: GrammarReflection): T; //# sourceMappingURL=reflection-attach.d.ts.map