import { Action, ItemsState, PagesState } from "./types"; export declare const pages: (state: PagesState, action: Action) => any, items: (state: ItemsState, action: Action) => any, dataItems: (state: ItemsState, action: Action) => any;