import { ASTNode } from "solidity-parser-antlr"; import { Instrumenter } from "./instrumenter"; export declare class InstrumentWalker { private instrumenter; private blockStack; constructor(instrumenter: Instrumenter); private blockTail; walk(ast: ASTNode): void; } //# sourceMappingURL=instrumentWalker.d.ts.map