import { Command } from "commander"; export declare function registerCommand(command: Command): void; export declare function registerCommands(commands: Command[]): void; export declare function startConsoleApplication(): Promise; //# sourceMappingURL=commander.d.ts.map