export declare const request: (state: any, { isFetchingKey, hasFetchedKey, persistState }?: { isFetchingKey?: string | undefined; hasFetchedKey?: string | undefined; persistState?: boolean | undefined; }) => any; export declare const oneSuccess: (state: any, action: any, { isFetchingKey, hasFetchedKey, persistState }?: { isFetchingKey?: string | undefined; hasFetchedKey?: string | undefined; persistState?: boolean | undefined; }) => any; export declare const paginatedListSuccess: (state: any, action: any, { isFetchingKey, hasFetchedKey }?: { isFetchingKey?: string | undefined; hasFetchedKey?: string | undefined; }) => any; export declare const failure: (state: any, action: any, { isFetchingKey, hasFetchedKey, persistState }?: { isFetchingKey?: string | undefined; hasFetchedKey?: string | undefined; persistState?: boolean | undefined; }) => any; export declare const getRootReducer: (appReducer: any, { persistKeys }?: { persistKeys: {}; }) => (state: any, action: any) => any; declare const reduxReducer: {}; export default reduxReducer;