export declare enum Mode { CHAT = "chat", AGENT = "agent", PLAN = "plan", FUSION = "fusion" } export declare function startInteractiveMode(options: any): Promise; //# sourceMappingURL=clean-interactive.d.ts.map