import type { SessionEntry, SessionManager } from "@caupulican/pi-agent-core/node"; export interface SessionEntryIndex { leafId: string | null; getEntry(id: string): SessionEntry | undefined; } /** Resolve the optional indexed branch adapter used by narrow SessionManager test and embedding seams. */ export declare function resolveSessionEntryIndex(sessionManager: SessionManager): SessionEntryIndex | undefined; //# sourceMappingURL=session-entry-index.d.ts.map