UNPKG

@canonical/jujulib

Version:

Juju API client

8 lines (7 loc) 307 B
import { GenericFacade } from "../../types"; export * as SSHClientV2 from "./SSHClientV2.js"; export * as SSHClientV3 from "./SSHClientV3.js"; export * as SSHClientV4 from "./SSHClientV4.js"; export * as SSHClientV5 from "./SSHClientV5.js"; declare const SSHClient: GenericFacade; export default SSHClient;