import { Command } from 'commander'; import { type CLIContext } from '../registry.js'; declare function createTailscaleCommand(_ctx: CLIContext): Command; export default createTailscaleCommand;