declare const _VERSION: string; declare const _AMP_VERSION = "20251126.7"; declare const _AMP_LOCAL_URL = "https://localhost:8000/dist"; declare const _AMP_BASE_URL: string; declare const _AMP_URL: string; export { _VERSION as VERSION, _AMP_BASE_URL as AMP_BASE_URL, _AMP_VERSION as AMP_VERSION, _AMP_URL as AMP_URL, _AMP_LOCAL_URL as AMP_LOCAL_URL, };