UNPKG

autosql

Version:

An auto-parser of JSON into SQL.

7 lines 246 B
import type { Client, ClientChannel } from "ssh2"; import type { SSHKeys } from "../config/types"; export declare function setSSH(sshKeys: SSHKeys): Promise<{ stream: ClientChannel; sshClient: Client; }>; //# sourceMappingURL=ssh.d.ts.map