import type { SessionData } from './session-manager.js'; import type { TelegramRoute } from './route.js'; export declare function resolveActiveRouteForChat(data: Iterable, chatId: number): TelegramRoute | undefined;