import { type ProtectionModule } from '../core/module'; /** * Automation cloak. Deliberately surgical: it only sets `navigator.webdriver` * to `false` and installs a believable `window.chrome` stub. It does NOT touch * `Object.keys` / `hasOwnProperty` / re-`Proxy` navigator — those global edits * are themselves strong detection signals, which is why the v2 code got flagged. */ export declare const webdriverModule: ProtectionModule; //# sourceMappingURL=webdriver.d.ts.map