import type { Context } from '../context.js'; export interface DashboardOptions { metricsEndpoint?: string; healthEndpoint?: string; enableWebSocket?: boolean; updateInterval?: number; } export declare function dashboardPlugin(_options?: DashboardOptions): (ctx: Context, next: () => Promise) => Promise; export declare function createDashboardHTML(): string; //# sourceMappingURL=dashboard.d.ts.map