import type { DashboardServerOptions, DashboardStartedServer } from './types.js'; export declare class DashboardServer { private readonly host; private readonly port; private readonly cwd; private readonly runner; private server; private url; constructor(options: DashboardServerOptions); start(): Promise; stop(): Promise; private handleRequest; } //# sourceMappingURL=server.d.ts.map