import { PaginatorSettings } from "./types"; declare const createReducer: ({ key }: PaginatorSettings) => { getItems: (state: any) => any; getItem: (state: any, id: string) => any; getItemsList: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any, { clearCache: () => void; }> & { clearCache: () => void; }; }; export default createReducer;