import type { Context, Next } from 'hono'; import type { Store } from '../../store'; import type { SearchDataResolver } from '../routes'; export declare function ensureSearchData(store: Store, readSearchData?: SearchDataResolver): (_ctx: Context, next: Next) => Promise; //# sourceMappingURL=ensureSearchData.d.ts.map