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