import { StartCommandArgs } from '@tuzki/scaffold-types';
/**
 * 1. 开发端口校验
 * 2. 参数处理
 * 3. 运行 service.run ，运行插件，并执行 command start
 */
export declare const start: (commandArgs: StartCommandArgs) => Promise<void>;
