import type { WebhookHandler } from '../handler.js'; /** * web standards adapter. consumes a `Request`, returns a `Response`. used as the * shared core for hono, h3, elysia, and any other fetch-style framework */ export declare function webAdapter(handler: WebhookHandler, request: Request): Promise; //# sourceMappingURL=web.d.ts.map