/** * startCommand — vext start CLI 命令入口 * * 解析命令行参数,检测项目结构,fork 子进程运行 bootstrap。 * * @param args 命令行参数(如 ['--port', '8080']) */ export declare function startCommand(args?: string[]): Promise;