import type { Context, Next } from 'hono'; export declare function requireAuthMiddleware(): (ctx: Context, next: Next) => Promise<(Response & import("hono").TypedResponse<{ error: string; }, 401, "json">) | undefined>; //# sourceMappingURL=auth.d.ts.map