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