import { Context } from 'hono'; declare function getDebugPage(c: Context): Response; declare function getEditorPage(c: Context): Response; export { getDebugPage, getEditorPage };