import type { ParsedSession, PlatformDiscovery } from "./types.js"; export declare function discoverOpenClawSessions(openclawDir?: string): PlatformDiscovery; export declare function parseOpenClawSession(jsonlPath: string): ParsedSession;