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