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