export type LoadDiffParams = {
    sourcePath?: string;
    targetPath: string;
    pipedSourceManifest?: string;
};
