// Auto-generated stub — replace with real implementation export type AssistantSession = { id: string; [key: string]: unknown }; export const discoverAssistantSessions: () => Promise = () => Promise.resolve([]);