import type { CommandContext, CommandHandler } from "./types.js"; /** * @deprecated Auto-reply is kept for compatibility while its future is undecided. */ export declare class AutoReplyCommandHandler implements CommandHandler { tryHandle(context: CommandContext): Promise; } //# sourceMappingURL=auto-reply.d.ts.map