import type { Parser as FileParser, ParseResult } from './types.js'; export declare class PythonParser implements FileParser { readonly supportedExtensions: string[]; private parser; constructor(); parse(content: string, filePath: string): Promise; private walkNode; } //# sourceMappingURL=python.d.ts.map