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