/** * Diff command for comparing specific versions. */ import { Command } from 'commander'; export declare const diffCommand: Command; //# sourceMappingURL=diff.d.ts.map