import { ConnectConfig } from "ssh2"; import { SshConnection } from "./SshConnection"; export declare const createSshConnection: (connectConfig: ConnectConfig) => Promise;