/** * PayGate Module * Client for interacting with PayGate x402 payment protocol */ export { PayGateClient, PayGateError } from './PayGateClient'; export type { PayGateClientConfig, PaymentCurrency, ProductType, Product, PaymentRequirements, X402Response, PricingOption, PricingResponse, VerifyRequest, VerifyResponse, SettleRequest, SettleResponse, PurchaseOptions, PurchaseResult, ContentResult, DeliveryResponse, PurchaseHistoryEntry, PurchaseHistoryResponse } from './types'; //# sourceMappingURL=index.d.ts.map