import { type SyntaxLang } from './lexer.js'; /** * The JSON language registration for the lexer engine. */ export declare const lexer_json: SyntaxLang; //# sourceMappingURL=lexer_json.d.ts.map