import { IParserOptions } from "../Parser"; export interface IGrammarParserOptions extends IParserOptions { debugRulesParser: boolean; }