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