/** * ERC-7751 H3 Routing — Standalone entry point * * Install once, import only what you need: * import { H3RoutingClient, latLngToH3Cell, citadelDID } from 'opacus-sdk/h3'; * * No dependency on Nitro, escrow, bridge, mint, or kinetic score. * Includes the full H3 geospatial utility belt (no h3-js dep required). */ export { H3RoutingClient } from './erc-standards/ERC7751H3RoutingClient.js'; export type { AgentRecord, DiscoverOptions } from './erc-standards/ERC7751H3RoutingClient.js'; export { latLngToH3Cell, citadelDID, h3FromDID, distKm, buildIoTConfig, H3_RESOLUTION_KM2, CITY_PRESETS, } from './erc-standards/H3LocationHelper.js'; export type { IoTAgentConfig } from './erc-standards/H3LocationHelper.js'; export { OPACUS_TREASURY, PROTOCOL_FEE_BPS, toGross, calcFee } from './erc-standards/index.js'; //# sourceMappingURL=h3.d.ts.map