import type { Context } from 'grammy'; import type { Config } from '@xopcai/xopc/config/index.js'; export declare function handleTelegramFocusCommand(params: { ctx: Context; accountId: string; config: Config; }): Promise; export declare function resolveTelegramFocusedSessionKey(params: { chatId: string; threadId?: string; defaultSessionKey: string; }): string;