import type { CommandModule } from 'yargs';
import type { AnalyzeCommandArgs } from '../types/cli.types';
export declare const analyzeCommand: CommandModule<Record<string, unknown>, AnalyzeCommandArgs>;
