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