import type { DataCentersList } from "./types"; /** Mapping of supported Zoho data-center regions to their OAuth and API base URLs. */ declare const DATA_CENTERS: DataCentersList; export { DATA_CENTERS };