import { APIResource } from "../../core/resource.mjs"; import * as CryptoAPI from "./crypto.mjs"; import { Crypto, CryptoListAvailableParams, CryptoListAvailableResponse, CryptoRetrieveParams, CryptoRetrieveResponse } from "./crypto.mjs"; import * as CurrencyAPI from "./currency.mjs"; import { Currency, CurrencyListAvailableParams, CurrencyListAvailableResponse, CurrencyRetrieveParams, CurrencyRetrieveResponse } from "./currency.mjs"; import * as InflationAPI from "./inflation.mjs"; import { Inflation, InflationListAvailableParams, InflationListAvailableResponse, InflationRetrieveParams, InflationRetrieveResponse } from "./inflation.mjs"; import * as PrimeRateAPI from "./prime-rate.mjs"; import { PrimeRate, PrimeRateListAvailableParams, PrimeRateListAvailableResponse, PrimeRateRetrieveParams, PrimeRateRetrieveResponse } from "./prime-rate.mjs"; export declare class V2 extends APIResource { crypto: CryptoAPI.Crypto; currency: CurrencyAPI.Currency; inflation: InflationAPI.Inflation; primeRate: PrimeRateAPI.PrimeRate; } export declare namespace V2 { export { Crypto as Crypto, type CryptoRetrieveResponse as CryptoRetrieveResponse, type CryptoListAvailableResponse as CryptoListAvailableResponse, type CryptoRetrieveParams as CryptoRetrieveParams, type CryptoListAvailableParams as CryptoListAvailableParams, }; export { Currency as Currency, type CurrencyRetrieveResponse as CurrencyRetrieveResponse, type CurrencyListAvailableResponse as CurrencyListAvailableResponse, type CurrencyRetrieveParams as CurrencyRetrieveParams, type CurrencyListAvailableParams as CurrencyListAvailableParams, }; export { Inflation as Inflation, type InflationRetrieveResponse as InflationRetrieveResponse, type InflationListAvailableResponse as InflationListAvailableResponse, type InflationRetrieveParams as InflationRetrieveParams, type InflationListAvailableParams as InflationListAvailableParams, }; export { PrimeRate as PrimeRate, type PrimeRateRetrieveResponse as PrimeRateRetrieveResponse, type PrimeRateListAvailableResponse as PrimeRateListAvailableResponse, type PrimeRateRetrieveParams as PrimeRateRetrieveParams, type PrimeRateListAvailableParams as PrimeRateListAvailableParams, }; } //# sourceMappingURL=v2.d.mts.map