import type { BotConfig } from "../config/config.js"; export declare function maybePersistResolvedTelegramTarget(params: { cfg: BotConfig; rawTarget: string; resolvedChatId: string; verbose?: boolean; }): Promise;