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