/** * Core analysis logic for the explain command. */ import type { ExplainOptions, ExplainResult } from '@/types'; export declare function explainCommand(command: string, options?: ExplainOptions): ExplainResult;