import { type StatsDeps } from './app'; export { type StatsDeps }; export interface MonitorConfig { port: number; baseUrl: string; anthropicBaseUrl: string; } export declare function startMonitor(name: string, version: string, onQuit: () => void, stats: StatsDeps, monitorConfig: MonitorConfig): { unmount: () => void; }; //# sourceMappingURL=entry.d.ts.map