import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerConsoleCommands(program: Command, context: CliContext): void; //# sourceMappingURL=console.d.ts.map