import type { EdgeRouteHandler } from './types'; /** * Wraps a Next.js edge route handler with Sentry error and performance instrumentation. */ export declare function wrapApiHandlerWithSentry(handler: H, parameterizedRoute: string): (...params: Parameters) => Promise>; //# sourceMappingURL=wrapApiHandlerWithSentry.d.ts.map