import type { AIOptions } from '../types/index.js'; /** * AI-powered component generation command */ export declare function aiCommand(options?: AIOptions): Promise; //# sourceMappingURL=ai.d.ts.map