/** * Starterpack command - Install AI starter packs to proper IDE locations */ export declare function starterpackCommand(baseDir: string, action: string, tool: string): void;