import type { FabricSpeculationCandidate } from "./types.js"; /** Python grammar, incremental tree reuse, and conservative lexical tainting. */ export declare class PythonLiteralCallScanner { #private; push(code: string): FabricSpeculationCandidate[]; } //# sourceMappingURL=python-scanner.d.ts.map