import { ExoDev } from '../ExoDev'; export declare class ExoDevCommands { private exodev; constructor(exodev: ExoDev); private commands; private typos; setup(): void; private title; private listCommands; private info; private routes; private graphs; private queries; private mutations; private consoleGraph; private apollo; }