import "../index.d-BiUz7kM_.cjs"; import { AnyRouter } from "../unstable-core-do-not-import.d-Dh9CT5RO.cjs"; import "../index.d-CvZXeEyR.cjs"; import { NodeHTTPCreateContextFnOptions, NodeHTTPHandlerOptions } from "../index.d-fBAdSX6g.cjs"; import { NextApiHandler, NextApiHandler as NextApiHandler$1, NextApiRequest, NextApiRequest as NextApiRequest$1, NextApiResponse, NextApiResponse as NextApiResponse$1 } from "next"; //#region src/adapters/next.d.ts type CreateNextContextOptions = NodeHTTPCreateContextFnOptions; /** * Preventing "TypeScript where it's tough not to get "The inferred type of 'xxxx' cannot be named without a reference to [...]" */ declare function createNextApiHandler(opts: NodeHTTPHandlerOptions): NextApiHandler$1; //# sourceMappingURL=next.d.ts.map //#endregion export { CreateNextContextOptions, NextApiHandler, NextApiRequest, NextApiResponse, createNextApiHandler }; //# sourceMappingURL=next.d.cts.map