import amqp from "amqplib";
export declare class RabbitMqContext {
    static configureContext(): Promise<amqp.Channel>;
}
