import { Hono } from 'hono'; import type { Database } from 'better-sqlite3'; export declare function agentsRouter(db: Database): Hono;