import type { PluginAPI } from '@wrongstack/core/plugin'; import type { DocumentTracker } from '../document-tracker.js'; import type { LSPRegistry } from '../registry.js'; import type { PlugLSPConfig } from '../types.js'; export declare function registerSlashCommands(api: PluginAPI, registry: LSPRegistry, tracker: DocumentTracker, cfg: PlugLSPConfig, cwd: string): string[]; //# sourceMappingURL=index.d.ts.map