import type { FarcBase } from '../farc-base.js'; export declare function handle(app: FarcBase): (req: Request, requestContext: import("hono/types").FetchEventLike) => Response | Promise; //# sourceMappingURL=index.d.ts.map