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