import type { Options } from 'amqplib';
export type ExchangeOptions = Options.AssertExchange;
