import { RedisSMQError } from '../../errors/index.js';
export declare class RedisServerBinaryNotFoundError extends RedisSMQError {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=redis-server-binary-not-found.error.d.ts.map