import type { MsgContext } from "../auto-reply/templating.js"; import type { BotConfig } from "../config/config.js"; export declare function recordInboundSessionMetaSafe(params: { cfg: BotConfig; agentId: string; sessionKey: string; ctx: MsgContext; onError?: (error: unknown) => void; }): Promise;