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