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