import { Hono } from "hono"; import { HonoEnv } from "./types"; export declare function createSchemaEditorRoutes(collectionsDir: string): Hono;