/** * Learner routes * * CRUD operations for learners and their mastery states. * * @packageDocumentation */ import { Hono } from 'hono'; import type { ApiContext } from '../server.js'; /** * Create learner routes */ export declare function createLearnerRoutes(ctx: ApiContext): Hono; //# sourceMappingURL=learners.d.ts.map