import { startOneService, type StartResult } from './start/startOneService.ts'; export { startOneService, type StartResult }; interface StartOptions { projectDir: string; commandNames?: string[]; consoleOutputFormat: 'pretty' | 'json'; shell?: string; root?: string; enableStdin?: boolean; checkStart?: boolean; } export declare function handleStartCommand(req: StartOptions): Promise; //# sourceMappingURL=start-command.d.ts.map