<?php
declare(strict_types=1);

namespace Interop\Amqp;

use Interop\Queue\Producer;

interface AmqpProducer extends Producer
{
}
