import { ReporterTestResult } from '../index';
import { ErrorDetails, ImageInfoFull } from '../../../types';
export declare const copyAndUpdate: (original: ReporterTestResult, updates: Partial<ReporterTestResult>) => ReporterTestResult;
export declare const extractErrorDetails: (testResult: ReporterTestResult) => ErrorDetails | null;
export declare const removeBufferFromImagesInfo: (imagesInfo: ImageInfoFull) => ImageInfoFull;
