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