import { Store } from '../Store.js';
export declare function createEntrySearch(store: Store): Promise<unknown>;
