export interface SyncResult { files: number; source: string; } export declare function syncClaudeCode(destDir: string): SyncResult; export declare function syncCodex(destPath: string): SyncResult; export declare function syncVsCodeChatSessions(sourceDir: string, destDir: string): SyncResult; export declare function syncLmStudioConversations(destDir: string): SyncResult; export declare function syncPiSessions(sourceDir: string, destDir: string): SyncResult; export declare function syncOpenCodeStorage(sourceDir: string, destDir: string): SyncResult;