import { type ProtectionModule } from '../core/module'; /** * getClientRects fingerprint protection. Adds tiny deterministic sub-pixel * noise to bounding rectangles, keyed by geometry so it stays consistent across * reads of the same element within an identity. */ export declare const clientRectsModule: ProtectionModule; //# sourceMappingURL=clientrects.d.ts.map