import type { KlawConfig } from "../types.klaw.js"; import type { SessionEntry } from "./types.js"; export declare function loadCombinedSessionStoreForGateway(cfg: KlawConfig, opts?: { agentId?: string; configuredAgentsOnly?: boolean; }): { storePath: string; store: Record; };