import { GenericFacade } from "../../types";
export * as ActionPrunerV1 from "./ActionPrunerV1.js";
declare const ActionPruner: GenericFacade;
export default ActionPruner;
