/**
 * Version Diff Command
 *
 * Compare annotations between two versions of a file.
 *
 * Usage:
 *   ano diff <file1.annotations.json> <file2.annotations.json>
 *   ano diff --git <file>   Compare against last committed version
 */
import { Command } from 'commander';
export declare const diffCommand: Command;
