import { type ProtectionModule } from '../core/module'; /** * Font fingerprint protection. Adds deterministic sub-pixel noise to * `measureText` (keyed by text+font so it is stable per identity) and makes * `document.fonts.check` agree with the FP.fonts whitelist. */ export declare const fontsModule: ProtectionModule; //# sourceMappingURL=fonts.d.ts.map