import { State } from '../state'; export declare const fetchBookmarksReducer: (initial: State) => any; export default fetchBookmarksReducer;