import { P as PaywallNetworkHandler } from '../types-BZP2rcES.cjs'; /** * TRON paywall handler that supports TRON-based networks (CAIP-2 format) */ declare const tronPaywall: PaywallNetworkHandler; export { tronPaywall };