import type { ImageCompareResult } from 'src/index.js'; import type { InternalCheckTabbablePageMethodOptions } from './check.interfaces.js'; /** * Compare an image with all tab executions */ export default function checkTabbablePage({ methods, instanceData, folders, tag, checkTabbableOptions, isNativeContext, testContext, }: InternalCheckTabbablePageMethodOptions): Promise; //# sourceMappingURL=checkTabbablePage.d.ts.map