import { type ProtectionModule } from '../core/module'; /** navigator.language(s) — kept coherent with the timezone module via FP.geo. */ export declare const languagesModule: ProtectionModule; /** * Timezone + locale coherence. Spoofs `Date.getTimezoneOffset`, the `Date` * string formatters, and the full `Intl` surface so every clock/locale read * agrees with FP.geo — the classic CreepJS "timezone vs locale" cross-check. */ export declare const timezoneModule: ProtectionModule; //# sourceMappingURL=locale.d.ts.map