import type { CommandModule } from 'yargs'; export declare class DebugCommand implements CommandModule { command: string; describe: string; /** * @inheritDoc */ handler(): Promise; private static checkPaths; }