import type { OutputFormat } from '../types.js'; export declare function diffCommand(id1: string, id2: string, opts: { source?: string; json?: boolean; output?: OutputFormat; timing?: boolean; }): Promise; //# sourceMappingURL=diff.d.ts.map