import type { BrowserCommand } from 'vitest/node'; export interface HasImageSnapshotCommand { hasImageSnapshot(taskId: string, snapshotId: string | undefined, isAutoSnapshot: boolean): Promise; } export declare const hasImageSnapshot: BrowserCommand<[ taskId: string, snapshotId: string | undefined, isAutoSnapshot: boolean ]>; //# sourceMappingURL=has_image_snapshot.d.ts.map