CacheClass: {
    redis: (new (...args: any[]) => default);
}

Defines a CacheClass type that has a 'redis' property which is a constructor function that takes in any number of arguments and returns an instance of Redis.