export declare const REGION_URLS: Record<string, string>;
/**
 * Get the base API URL for a specific region.
 * @param region - Region code (US, EU, CN, RU). Case-insensitive.
 * @returns Base URL for the specified region, defaults to US if region not found
 */
export declare function getBaseUrl(region?: string): string;
//# sourceMappingURL=regionUrls.d.ts.map