import type { MultiFn2 } from "@thi.ng/defmulti";
import type { ASTNode, Implementations } from "./api.js";
export declare const runtime: <IMPL extends Implementations<ENV, RES>, ENV, RES>(impls: Partial<IMPL>) => MultiFn2<ASTNode, ENV, RES>;
//# sourceMappingURL=runtime.d.ts.map