import type { KlawConfig } from "../config/types.klaw.js"; export declare function resolveInboundSessionEnvelopeContext(params: { cfg: KlawConfig; agentId: string; sessionKey: string; }): { storePath: string; envelopeOptions: import("../auto-reply/envelope.js").EnvelopeFormatOptions; previousTimestamp: number | undefined; };