interface SSHOpts { cmd?: string; } export declare function ssh(name: string, opts?: SSHOpts): Promise; export {};