/** * ERC-7755 Kinetic Score — Standalone entry point * * Install once, import only what you need: * import { KineticClient } from 'opacus-sdk/kinetic'; * * No dependency on Nitro, H3, bridge, escrow, or mint. */ export { KineticClient } from './erc-standards/ERC7755KineticClient.js'; export type { AgentScore, ScoreBreakdown } from './erc-standards/ERC7755KineticClient.js'; export { OPACUS_TREASURY, PROTOCOL_FEE_BPS, toGross, calcFee } from './erc-standards/index.js'; //# sourceMappingURL=kinetic.d.ts.map