import "reflect-metadata";
import { CreateCopilotRuntimeServerOptions } from "../shared.mjs";
import { IncomingMessage, ServerResponse } from "node:http";

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