import type { ParsedSession, UnifiedDiscovery } from "./types.js"; export declare function discoverAllSessions(opts?: { claudeDir?: string; openclawDir?: string; }): UnifiedDiscovery; export declare function parseAnySession(path: string, platform: "claude-code" | "openclaw"): ParsedSession;