/**
 * 设备模块命令
 */
import { Command } from 'commander';
export declare function registerDevices(program: Command): void;
//# sourceMappingURL=devices.d.ts.map