import { type ProtectionModule } from '../core/module'; /** * AudioContext fingerprint protection. Applies tiny, proportional, deterministic * noise to rendered audio samples and analyser output. Uses a WeakSet so each * buffer is perturbed exactly once — repeated reads stay consistent, and the * common "render an oscillator then read" fingerprint flow is preserved. */ export declare const audioModule: ProtectionModule; //# sourceMappingURL=audio.d.ts.map