/** * Lightweight sync entry: country metadata + state names/ids only (no city lists). * Import via `countrycitystatejson/countries`. */ export { getAll, getCountriesShort, getCountryByShort, getCountryInfoByShort, getStatesByShort, getCountries, default, } from './meta.js'; //# sourceMappingURL=countries.d.ts.map