/**
 * 开机自启管理命令（autostart）
 *
 * - autostart status   查看注册状态与 node 路径健康度
 * - autostart disable  取消开机自启并停止系统托管的实例
 *
 * 启用自启由 `start --autostart` 负责（注册并立即由系统拉起）。
 */
import { Command } from 'commander';
export declare function registerAutoStart(program: Command): void;
//# sourceMappingURL=autostart.d.ts.map