
import { CreateCopilotRuntimeServerOptions } from "../shared.cjs";
import * as http from "http";
import "@whatwg-node/server";

//#region src/lib/integrations/nextjs/pages-router.d.ts
declare const config: {
  api: {
    bodyParser: boolean;
  };
};
declare function copilotRuntimeNextJSPagesRouterEndpoint(options: CreateCopilotRuntimeServerOptions): (reqOrRequest: http.IncomingMessage | Request, res?: http.ServerResponse) => Promise<void> | Promise<Response> | Response;
//#endregion
export { config, copilotRuntimeNextJSPagesRouterEndpoint };
//# sourceMappingURL=pages-router.d.cts.map