export interface AnalyzeFlags { root: string; noCache?: boolean; outDir?: string; } export declare function analyzeCommand(flags: AnalyzeFlags): Promise;