
import { CreateCopilotRuntimeServerOptions } from "../shared.cjs";
import * as http from "http";

//#region src/lib/integrations/node-express/index.d.ts
declare function copilotRuntimeNodeExpressEndpoint(options: CreateCopilotRuntimeServerOptions): (reqOrRequest: http.IncomingMessage | Request, res?: http.ServerResponse) => Promise<void> | Promise<Response> | Response;
//#endregion
export { copilotRuntimeNodeExpressEndpoint };
//# sourceMappingURL=index.d.cts.map