import { Command } from 'commander'; export interface CliCommandModule { register(program: Command): void; } export declare function registerCommands(program: Command): Promise; //# sourceMappingURL=index.d.ts.map