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