import { Command } from 'commander'; export declare function stopServer(): boolean; export declare function registerStopCommand(program: Command): void; export declare function registerRestartCommand(program: Command): void; //# sourceMappingURL=stop.d.ts.map