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