import { Command } from 'commander'; import { TunnelOptions } from './types.js'; /** * Tunnel command - create secure tunnels to AWS resources via SSM */ export declare const tunnelCommand: Command; /** * Handle the tunnel command */ declare function handleTunnel(system: string, target: string | undefined, options: TunnelOptions): Promise; export { handleTunnel }; //# sourceMappingURL=index.d.ts.map