import type { Options } from 'amqplib';
export type PublishOptions = Options.Publish;
