import { n as MsgContext } from "./templating-Cqqe1hGs.js"; import { n as GroupKeyResolution } from "./types-CCX1gTNG.js"; import { t as InboundLastRouteUpdate } from "./session.types-CtfTyAZg.js"; //#region src/channels/session.d.ts declare function recordInboundSession(params: { storePath: string; sessionKey: string; ctx: MsgContext; groupResolution?: GroupKeyResolution | null; createIfMissing?: boolean; updateLastRoute?: InboundLastRouteUpdate; onRecordError: (err: unknown) => void; trackSessionMetaTask?: (task: Promise) => void; }): Promise; //#endregion export { recordInboundSession as t };