
import { CommonConfig, CopilotEndpointCorsConfig, CopilotRequestContextProperties, CreateCopilotRuntimeServerOptions, GraphQLContext, buildSchema, getCommonConfig } from "./shared.cjs";
import { copilotRuntimeNextJSAppRouterEndpoint } from "./nextjs/app-router.cjs";
import { config, copilotRuntimeNextJSPagesRouterEndpoint } from "./nextjs/pages-router.cjs";
import { copilotRuntimeNodeHttpEndpoint } from "./node-http/index.cjs";
import { copilotRuntimeNodeExpressEndpoint } from "./node-express/index.cjs";
import { copilotRuntimeNestEndpoint } from "./nest/index.cjs";