import { Command } from 'commander'; /** * Create restart subcommand - delegates to daemon lifecycle core */ export declare function createRestartCommand(): Command;