/** * CLI command definitions. * * All commands are registered here using Commander.js. * Each command delegates to the appropriate service module. */ import { Command } from 'commander'; export declare function createCli(): Command; //# sourceMappingURL=cli.d.ts.map