import type { Context, Next } from 'hono'; import type { Store } from '../../../store.js'; export declare function dynamicMiddleware(store: Store): (context: Context, next: Next) => Promise; //# sourceMappingURL=dynamic-middleware.d.ts.map