import type { FarsightReport } from './types.js'; import { type ReportView } from './render.js'; interface InteractiveOptions { reload: () => Promise; } export declare function renderTabBar(views: readonly Pick[], activeIndex: number, width: number): string; export declare function renderInteractiveContext(report: FarsightReport, width: number): readonly [string, string]; export declare function runInteractive(initialReport: FarsightReport, { reload }: InteractiveOptions): Promise; export {}; //# sourceMappingURL=interactive.d.ts.map