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