/** * Idea CLI Command definition */ import type { Command } from '../types.js'; export declare const ideaCommand: Command; //# sourceMappingURL=idea.d.ts.map