export declare const SANDBOX_API_URL = "https://api.sandbox.getalma.eu"; export declare const LIVE_API_URL = "https://api.getalma.eu"; export declare enum ApiMode { LIVE = "https://api.getalma.eu", TEST = "https://api.sandbox.getalma.eu" }