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