import type { SlashCommandContext } from './types.js'; export declare function handlePluginsCommand(ctx: SlashCommandContext, args?: string[]): Promise; //# sourceMappingURL=plugins.d.ts.map