/** * HTTP client core for the Compose Market SDK. * * The canonical implementation lives in `@compose-market/core/http` so the * web app and the SDK share one header contract, retry policy, error * envelope parsing, and PAYMENT-REQUIRED decoding. This module re-exports it * unchanged. */ export * from "@compose-market/core/http"; //# sourceMappingURL=http.d.ts.map