import { Selector } from 'reselect';
import type { Commit } from '../types';
import type { Counter, CounterInRedis } from './types';
export declare const preSelector: Selector<[Counter, Commit[]], CounterInRedis>;
