import type { GrammarDef } from './grammarDefinition.js';
import type { NGrammar } from './grammarNormalized.js';
export type Grammar = NGrammar;
export declare function compileGrammar(grammar: GrammarDef): Grammar;
//# sourceMappingURL=grammar.d.ts.map