import type { ESTree } from "meriyah";
import type { Pipeline } from "./Runner.class.ts";
export declare class Inline implements Pipeline {
    name: string;
    walk(body: ESTree.Program["body"]): ESTree.Program["body"];
}
//# sourceMappingURL=inline.d.ts.map