import type { Update, ReplyClassification } from './types.js'; export declare function classifyReply(update: Update, replyText: string, model?: 'sonnet' | 'opus' | 'haiku'): Promise;