import { type HttpApplicationContext, type HttpServerHandle, type HttpServerOptions } from './http.js'; import type { V1RouteHandler } from './router.js'; export type AgentHttpServerOptions = Omit; export declare function createAgentV1Handler(context: HttpApplicationContext): V1RouteHandler; export declare function startAgentHttpServer(options?: AgentHttpServerOptions): Promise; //# sourceMappingURL=agent-application.d.ts.map