/** * ANTLR4 interoperability module. Requires the antlr4ng implementation. * @module interop/antlr4 */ export * from '../parsing'; export * from "../mapping/mapping";