import type { SessionDiscovery } from "./types.js"; export declare function discoverSessions(claudeDir?: string): SessionDiscovery;