declare module '@microfleet/core-types' {
  interface Microfleet {
    redis: Redis.Redis;
    redisType: 'redisSentinel';
  }