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