import { OnrampConfigResponseData } from '../types'; /** * Returns list of countries supported by Coinbase Onramp, and the payment methods available in each country. */ export declare function fetchOnrampConfig(apiKey?: string): Promise; //# sourceMappingURL=fetchOnrampConfig.d.ts.map