import "reflect-metadata";
import { CopilotEndpointCorsConfig, createCopilotEndpoint, createCopilotHonoHandler, toFetchCorsConfig } from "./runtime/endpoints/hono.mjs";
import { createCopilotEndpointSingleRoute } from "./runtime/endpoints/hono-single.mjs";
import "./runtime/hono.mjs";
export { CopilotEndpointCorsConfig, createCopilotEndpoint, createCopilotEndpointSingleRoute, createCopilotHonoHandler, toFetchCorsConfig };