// Auto-generated stub — replace with real implementation
export const sendToUdsSocket: (target: string, message: string) => Promise<void> = async () => {};
export const listAllLiveSessions: () => Promise<Array<{ kind?: string; sessionId?: string }>> = async () => [];