/** * @file Grammar system exports * @description Exports for the grammar rules engine */ export * from './grammar-builder'; export * from './pattern-compiler'; export * from './grammar-engine'; export * from './scope-builder'; export * from './vocabulary-provider'; //# sourceMappingURL=index.d.ts.map