import type { SlashCommandContext } from './types.js'; export declare function isCurrentThreadActive(ctx: SlashCommandContext): boolean; export declare function sendSlashCommandMessage(ctx: SlashCommandContext, displayText: string, content: string, options?: { renderIdleUserMessage?: boolean; }): Promise; //# sourceMappingURL=send-slash-command-message.d.ts.map