import { ToolResult } from "../types/index.js"; export declare class RestartTool { /** * Restart the application by exiting with code 51 */ restart(): Promise; }