import type { GetCountryAddressSchemas } from './types/index.js'; /** * Obtains the address schema for a country specified with 'id'. * * @param isoCode - IsoCode (preferably). * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will resolve when the call to the endpoint finishes. */ declare const getCountryAddressSchemas: GetCountryAddressSchemas; export default getCountryAddressSchemas;