import { TESTNET_API_ORIGIN } from '../networks.js'; import type { Networkish } from '../types.js'; /** * @deprecated Use `GeoTestnetConfig.apiOrigin`. */ export { TESTNET_API_ORIGIN }; /** * @deprecated Use `GeoTestnetConfig.apiOrigin` for the built-in testnet API * origin, or `defineGeoNetworkConfig(...).apiOrigin` for custom network * configs. */ export declare function getApiOrigin(network: Networkish): string; //# sourceMappingURL=constants.d.ts.map