import type { SearchStoreName } from "../search.store"; /** Claims the store's newest slot and returns the predicate for its own response. */ export declare const startSearch: (store: SearchStoreName) => (() => boolean);