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