/** * ERC-7754 Cross-Chain Mint — Standalone entry point * * Install once, import only what you need: * import { MintClient } from 'opacus-sdk/mint'; * * No dependency on Nitro, H3, bridge, escrow, or kinetic score. */ export { MintClient } from './erc-standards/ERC7754MintClient.js'; export type { CrossTransfer, InitiateTransferOptions } from './erc-standards/ERC7754MintClient.js'; export { OPACUS_TREASURY, PROTOCOL_FEE_BPS, toGross, calcFee } from './erc-standards/index.js'; //# sourceMappingURL=mint.d.ts.map