export type ConsoleClient = { sendText(text: string): void; };