import type { Hono } from '#dep/hono/index';
import { type Http } from '@wollybeard/kit';
/** @see https://github.com/honojs/hono/issues/4051 */
export declare const delegate: (app1: Hono.Hono, method: Http.Method | `all`, path: string, app2: Hono.Hono) => void;
//# sourceMappingURL=hono-aid.d.ts.map