import { Config } from 'tunnel-ssh';
export declare function connect(connectConfig: Config): Promise<void>;
