import type { SlashCommand } from '@wrongstack/core/types'; import type { LSPRegistry } from '../registry.js'; export declare function restartCommand(registry: LSPRegistry): SlashCommand; //# sourceMappingURL=restart.d.ts.map