import { P as PaywallNetworkHandler } from '../types-BZP2rcES.cjs'; /** * Cosmos paywall handler that supports Cosmos-based networks (CAIP-2 format) * Currently supports Noble for native USDC payments */ declare const cosmosPaywall: PaywallNetworkHandler; export { cosmosPaywall };