/** * forgen explain — explain the most recent block in detail. * * Shows: what rule fired, why, what Claude said, and how to resolve. */ export declare function handleExplain(args: string[]): Promise;