import type { BrowserCommand } from 'vitest/node'; export interface ImageSnapshotNextIndexCommand { /** * Get the index of the snapshot image to be created. */ imageSnapshotNextIndex(taskId: string): Promise; } export declare const imageSnapshotNextIndex: BrowserCommand<[taskId: string]>; //# sourceMappingURL=image_snapshot_next_index.d.ts.map