import type { FailedSnapshot } from '../../types'; export declare function handleNotMatchingScreenshots(notMatchedScreenshots: FailedSnapshot[]): Promise<{ notMatchedScreenshotsCount: number; }>;