interface InteractiveResult { agents: string[]; profile: string; skills: boolean; gitignore: boolean; omo: boolean; aegis: boolean; } export declare function interactiveMode(): Promise; export {};