import type { EngineConfig } from './types.js'; export declare function analyzeCommand({ engineConfig, rootDir, feature, }: { engineConfig: EngineConfig; rootDir: string; feature?: string; }): Promise; //# sourceMappingURL=analyze-command.d.ts.map