import { GenericFacade } from "../../types";
export * as SubnetsV4 from "./SubnetsV4.js";
export * as SubnetsV5 from "./SubnetsV5.js";
declare const Subnets: GenericFacade;
export default Subnets;
