import type { ConversationEvent } from "../adapter.js"; import type { CommandContext } from "./types.js"; export declare function replyDiagnosticWithContext(responder: CommandContext["responder"], text: string, options?: { style?: "muted" | "error"; }): Promise; export declare function replyPrivatelyWithContext(context: CommandContext, text: string, options?: { style?: "muted" | "error"; }): Promise; export declare function formatCommandSummary(title: string, lines: string[]): string; export declare function isPrivateConversation(event: ConversationEvent): boolean; //# sourceMappingURL=utils.d.ts.map