import type { PromptClient } from "./types.js"; export declare function rememberTelegramMessage(messageSessions: Map, messageTimestamps: Map, messageId: number | undefined, sessionID: string): void; export declare function startTelegramReplyPolling(client: PromptClient, token: string, chatId: string, messageSessions: Map, messageTimestamps: Map): void;