/** * SQL 转 YAML 模块配置命令 * 解析 CREATE TABLE 语句,生成模块 yml,并可执行 apply 生成模块 */ import { Command } from 'commander'; export declare function registerSql2YmlCommand(program: Command): Command; //# sourceMappingURL=sql2yml.d.ts.map