/**
 * 系统模块命令
 */
import { Command } from 'commander';
export declare function registerSystem(program: Command): void;
//# sourceMappingURL=system.d.ts.map