/** * The `getClient` argument: whether to `wait` for a `Client`, and the target * panel. */ export type GetClientOptions = { wait?: boolean; panel?: string; };