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

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