import type { Hono } from '../../hono'; export declare const handle: (app: Hono) => (req: Request) => Response | Promise;