import { type PartialWithUndefined, type SelectFrom } from '@augment-vir/common';
import { type CompareScreenshotCommandPayload } from '@virmator/test/dist/web-screenshot-plugin/screenshot-payload.js';
import { type UniversalTestContext } from '../augments/universal-testing-suite/universal-test-context.js';
export declare function assertWebScreenshot(element: Element, screenshotNameOrTestContext: string | UniversalTestContext, options?: Readonly<PartialWithUndefined<SelectFrom<CompareScreenshotCommandPayload, {
    maxDiffPixelRatio: true;
    threshold: true;
}>>>): Promise<void>;
