import { Environment } from './environment.js';
export declare const API_ENVIRONMENT_TO_BASE_URL_MAP: Record<Environment, string>;
