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