import { GenericFacade } from "../../types";
export * as ResourcesV1 from "./ResourcesV1.js";
export * as ResourcesV2 from "./ResourcesV2.js";
export * as ResourcesV3 from "./ResourcesV3.js";
declare const Resources: GenericFacade;
export default Resources;