import { RedisSMQError } from '../../errors/index.js';
export declare class RedisClientNotInstalledError extends RedisSMQError<{
    clientId: string;
}> {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=redis-client-not-installed.error.d.ts.map