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