import { Application } from 'egg'; import { RedisCache as RedisCacheV2 } from '@zcong/node-redis-cache'; import { HttpCallClient } from '../../lib'; declare const _default: { readonly app: Application; readonly tracer: import("opentracing").Tracer; readonly cache: RedisCacheV2; readonly defaultHttpClient: HttpCallClient; }; export default _default;