import type { BrowseAction, BrowseState } from "./model.js"; export declare function reducer(state: BrowseState, action: BrowseAction): BrowseState;