import { GenericFacade } from "../../types";
export * as ActionV6 from "./ActionV6.js";
export * as ActionV7 from "./ActionV7.js";
declare const Action: GenericFacade;
export default Action;
