import { GenericFacade } from "../../types";
export * as AgentV2 from "./AgentV2.js";
export * as AgentV3 from "./AgentV3.js";
declare const Agent: GenericFacade;
export default Agent;
