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