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