export interface DiffOpts { stat?: boolean; json?: boolean; files?: string; } export declare function diffCommand(skill: string, from: string, to: string, opts?: DiffOpts): Promise;