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