export function multiplex<T, A, B>(
    a: MultiplexTxLike<T, A>,
    b: MultiplexTxLike<T, B>
): Transducer<T, [A, B]>;