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