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