interface RestartOptions { projectDir: string; commandNames: string[]; consoleOutputFormat: 'pretty' | 'json'; } export declare function handleRestart(options: RestartOptions): Promise; export {}; //# sourceMappingURL=restart-command.d.ts.map