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