import { type SearchState } from '../features/search/search-state.js'; export declare function buildMockSearchState(config: Partial): SearchState;