import type { HasImageSnapshotAction } from './has_image_snapshot.ts' declare module '@vitest/browser/context' { interface BrowserPage extends HasImageSnapshotAction {} }