export type { SessionViewItem, SessionViewRelation, SessionViewModel } from "./types.js"; import type { SessionViewModel } from "./types.js"; export declare function resolveExistingSessionFile(workingDir: string, conversationId: string, sessionKey: string): string | null; export declare function loadSessionViewModel(sessionFile: string): SessionViewModel; export declare function resolveRequestedSessionFile(baseSessionFile: string, requestedFileName?: string | null): string | null; //# sourceMappingURL=service.d.ts.map