import { Command } from "commander";
/**
 * Build Options from the command line input, then pass them off to tunnelmole()
 */
export default function dispatchCommand(arg0: any, command: Command): Promise<void>;
