import type { BrowserCommandContext } from 'vitest/node'; export declare const matchScreenshotCommand: (ctx: BrowserCommandContext, base64: string, identifier: string) => Promise<{ matched: boolean; reason?: string; diffPath?: string; }>;