import { RedisClientType } from "redis"; export declare const kill: (source: string) => void; export declare const cacheClient: RedisClientType;