import * as amqp from 'amqplib';
export declare function deleteExchange(channel: amqp.ConfirmChannel, exchangeName: string): Promise<void>;
