/** * Next.js Integration * * Middleware wrappers for Next.js API routes. * Supports both App Router and Pages Router. */ export { withCoreMiddleware, withCoreApiHandler, getNextJsConfigResult, getDefaultNextJsConfig, type CoreMiddlewareOptions, } from './configureNextApp'; //# sourceMappingURL=index.d.ts.map