import type { NormalizedSession, SessionListEntry } from '../types.js'; export declare function parseOpenCodeSession(filePath: string): Promise; export declare function findOpenCodeSessions(): Promise; //# sourceMappingURL=opencode.d.ts.map