import { loadConfig } from '@/core/config'; import type { AnalyzeOptions, AnalyzeResult } from '@/types'; export declare function analyzeCommand(command: string, options?: AnalyzeOptions): AnalyzeResult | null; export { loadConfig };