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