/** * H3 Geospatial Utilities — Standalone entry point (no contract client) * * Pure TypeScript utilities for H3 cell encoding, DID construction, * Haversine distance, and IoT config building. * No ethers.js dependency, no on-chain calls. * * import { latLngToH3Cell, distKm } from 'opacus-sdk/h3-utils'; */ export { latLngToH3Cell, citadelDID, h3FromDID, distKm, buildIoTConfig, H3_RESOLUTION_KM2, CITY_PRESETS, } from './erc-standards/H3LocationHelper.js'; export type { IoTAgentConfig } from './erc-standards/H3LocationHelper.js'; //# sourceMappingURL=h3-utils.d.ts.map