import { GenericFacade } from "../../types";
export * as SSHClientV2 from "./SSHClientV2.js";
export * as SSHClientV3 from "./SSHClientV3.js";
export * as SSHClientV4 from "./SSHClientV4.js";
declare const SSHClient: GenericFacade;
export default SSHClient;
