import { RedisSMQError } from 'redis-smq-common';
export declare class NoMatchingQueuesError extends RedisSMQError {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=no-matching-queues.error.d.ts.map