import type { Context } from 'hono';
import { Hono } from 'hono';
import { type AuthService } from './service.js';
export declare function accessTokenFromRequest(context: Context): string | null;
export declare function createAuthRoutes(service?: AuthService): Hono;
export declare const authRoutes: Hono<import("hono/types").BlankEnv, import("hono/types").BlankSchema, "/">;
export default authRoutes;
//# sourceMappingURL=routes.d.ts.map