import type { LexerConfig } from '../lexer/types'; import type { ParserConfig } from '../parser/types'; import type { LanguageConfig } from './types'; export declare const lexer: LexerConfig; export declare const parser: ParserConfig; export declare const lang: LanguageConfig; //# sourceMappingURL=python.d.ts.map