/** * Stealth Utility Functions * * Similar to puppeteer-extra-plugin-stealth's utils.js * Provides helper functions for overriding browser properties without detection. */ /** * Creates a stealth utilities script that can be injected into the browser. * This script provides helper functions for property overrides that hide their tracks. */ export declare const createStealthUtilsScript: () => string; //# sourceMappingURL=utils.d.ts.map