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