import type { ProtectionModule } from '../core/module'; /** * Module execution order. Identity-defining modules (webdriver, navigator, * hardware) run first so later modules can rely on the spoofed values; noise * injectors and ancillary surfaces follow. */ export declare const ALL_MODULES: ProtectionModule[]; //# sourceMappingURL=index.d.ts.map