import type { IHttpServer } from "adminforth"; import type { ChatSurfaceEndpointsContext } from "./context.js"; export declare function setupChatSurfaceEndpoints(ctx: ChatSurfaceEndpointsContext, server: IHttpServer): void;