import { i as MsgContext } from "./templating-DOk3rz_v.js"; import { r as GroupKeyResolution } from "./types-Dv0vM7Zp.js"; import { t as InboundLastRouteUpdate } from "./session.types-Dt8nrcqx.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 };