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