import React from 'react'; export declare enum Mode { CHAT = "chat", AGENT = "agent", PLAN = "plan", FUSION = "fusion" } export declare const SimpleInteractiveCLI: React.FC<{ model: string; provider: string; }>; export default SimpleInteractiveCLI; //# sourceMappingURL=SimpleInteractiveCLI.d.ts.map