import type { BSPEnvironments } from "../types/index.js"; declare const CMS_ENVIRONMENTS: BSPEnvironments; declare const CMS_BASE_ENDPOINTS: { embed: { id: string; prefix: string; domain: { [x: string]: string; }; }; article: { id: string; prefix: string; domain: { [x: string]: string; }; }; }; declare const CMS_VERSION = "spring/cms-api/v1"; export { CMS_ENVIRONMENTS, CMS_BASE_ENDPOINTS, CMS_VERSION };