import { DiffOptions } from '../types';
export declare function saveDiffTo(diffOpts: DiffOptions, diffPath: string): Promise<null>;
