import { GenericFacade } from "../../types";
export * as MigrationMasterV2 from "./MigrationMasterV2.js";
export * as MigrationMasterV3 from "./MigrationMasterV3.js";
declare const MigrationMaster: GenericFacade;
export default MigrationMaster;
