import type { ServerResponse } from 'node:http'; export declare function json(res: ServerResponse, statusCode: number, data: unknown): void; export { handleGetConfig, handleReload, handleHealth, handleStatus, handleGetLogs, handleGetLogLevel, handleSetLogLevel, handleGetLocale, handleSetLocale, handleGetPort, handleSetPort, handleGetProxyKey, handleSetProxyKey, handleGetTokenStats, handleGetTokenTimeline, handleGetTokenBreakdown, handleGetTokenDbInfo, handlePostTokenCleanup, handleDebugCapturesStatus, handleDebugCaptures, handleDebugCapturesControl, handleDebugCapturesStream, handleGetVision, handleSetVision, handleGetVisionCacheStats, handleClearVisionCache } from './base.js'; export { handleCreateProvider, handleUpdateProvider, handleDeleteProvider } from './provider-crud.js'; export { handleGetAdapters, handleCreateAdapter, handleUpdateAdapter, handleDeleteAdapter } from './adapter-crud.js'; export { handleTestModel, handleTestAdapter, handleListModels, handlePullModels } from './model-handlers.js'; export { AdminHandoffStore, handleCreateAdminHandoff, handleExchangeAdminHandoff } from './admin-handoff.js'; //# sourceMappingURL=index.d.ts.map