import { i as MsgContext } from "./templating-Da0iOMvj.js"; import { n as GroupKeyResolution } from "./types-C90kd1DD.js"; import { t as InboundLastRouteUpdate } from "./session.types-XRq9j2Fy.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 };