import type { ImageCompareResult } from '../methods/images.interfaces.js'; import type { InternalCheckFullPageMethodOptions } from './check.interfaces.js'; /** * Compare a fullpage screenshot */ export default function checkFullPageScreen({ methods, instanceData, folders, tag, checkFullPageOptions, isNativeContext, testContext, }: InternalCheckFullPageMethodOptions): Promise; //# sourceMappingURL=checkFullPageScreen.d.ts.map