import { BaseCacheEntity } from '../../types';
export declare class CounterInRedis implements BaseCacheEntity {
    de: string;
    event: string;
    id: string;
    tag: string;
    tl: string;
    val: string | number;
    history: string;
}
