#!/usr/bin/env node /** * TUI entry point - renders the ink-based App component. */ export interface TuiOptions { threadName: string; debugMode?: boolean; } export declare function startTui(options: TuiOptions): void; //# sourceMappingURL=index.d.ts.map