/** * Available API environments with their base URLs. * Use these constants to configure the SDK for different environments (production, staging, etc.). */ export declare enum Environment { /** DEFAULT environment base URL */ DEFAULT = "https://api.magicbell.com/v2" } //# sourceMappingURL=environment.d.ts.map