import { LoadDiffParams } from '../types/args';
/**
 * Checks for `source` and `target` flags to be present.
 */
export declare const parseIfDiffArgs: () => LoadDiffParams;
