/** * 注册单文件模块创建命令(与旧 koatty_cli 兼容) */ import { Command } from 'commander'; export declare function registerCreateCommands(program: Command): void; //# sourceMappingURL=registerCreate.d.ts.map