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