import { ExchangeError } from './exchange.error';
export declare class FanOutExchangeQueueError extends ExchangeError {
    constructor();
}
