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