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