import { MatchImageSnapshotOptions } from 'jest-image-snapshot'; export declare function toMatchScreenshots(playwrightJsonPath?: string, options?: MatchImageSnapshotOptions): Promise<{ message: () => unknown; pass: boolean; }>;