import type { ImageCompareResult } from '../methods/images.interfaces.js'; import type { InternalCheckScreenMethodOptions } from './check.interfaces.js'; /** * Compare an image of the viewport of the screen */ export default function checkScreen({ methods, instanceData, folders, tag, checkScreenOptions, isNativeContext, testContext, }: InternalCheckScreenMethodOptions): Promise; //# sourceMappingURL=checkScreen.d.ts.map