import { Command } from 'commander'; import { type CLIContext } from '../registry.js'; export declare function registerGatewaySshTunnelCommand(parent: Command, ctx: CLIContext): void;