import { RedisSMQError } from 'redis-smq-common';
import { IExchangeParams } from '../exchange/index.js';
export declare class InvalidExchangeRoutingKeyError extends RedisSMQError<{
    exchange: IExchangeParams;
    routingKey: string;
}> {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=invalid-exchange-routing-key.error.d.ts.map