import { type Locator } from '@playwright/test'; export type VrtScreenshotOptions = { maxDiffPixels?: number; }; export declare const expectVrtScreenshot: (locator: Locator, options?: VrtScreenshotOptions) => Promise;