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