export declare namespace Endpoints { namespace Base { const AUTH_URL = "https://auth.bettercommerce.io"; const API_URL = "https://api20.bettercommerce.io"; const APIS_URL = "https://apis.bettercommerce.io"; } }