import type { ConsequenceReport } from '../core/index.js'; export type TuiSource = 'terraform' | 'shell' | 'mcp'; export interface InteractiveTuiOptions { source?: string; input?: string; state?: string; classifier?: boolean; actor?: string; environment?: string; owner?: string; json?: boolean; color?: boolean; } export declare function runInteractiveTui(options: InteractiveTuiOptions): Promise; //# sourceMappingURL=interactive.d.ts.map