export declare const TIMED_OUT_CONNECTING_TO = "Timed out connecting to"; export declare function connectBySsh(props: { targetHostname: string; }): Promise; //# sourceMappingURL=connect-by-ssh.d.ts.map