export declare function connectBySshComponent(props: {
    targetHostname: string;
    warnOrFail?: 'warn' | 'fail';
}): Promise<void>;
//# sourceMappingURL=connect-by-ssh-component.d.ts.map