import { Selector } from 'reselect';
import type { CounterInRedis, OutputCounter } from './types';
export declare const postSelector: Selector<CounterInRedis, OutputCounter>;
