import { H3Event, Router, _RequestMiddleware } from 'h3';
import { F as Factory } from '../../core-BRuvL6hY.js';
import { H as HttpCtx, a as HttpOptions } from '../../types-BuvMT1ta.js';
import 'phecda-core';
import '../../meta-C_eDyXnK.js';
import 'node:http';

interface H3Ctx extends HttpCtx {
    type: 'h3';
    event: H3Event;
    app: Router;
}
type Addon = _RequestMiddleware;
declare function bind(router: Router, data: Awaited<ReturnType<typeof Factory>>, opts?: HttpOptions): void;

export { type Addon, type H3Ctx, bind };
