/** * Student self-service routes (/me) * * Endpoints for authenticated students to manage their own learning. * * @packageDocumentation */ import { Hono } from 'hono'; import type { ApiContext } from '../server.js'; /** * Create /me routes for student self-service */ export declare function createMeRoutes(ctx: ApiContext): Hono; //# sourceMappingURL=me.d.ts.map