declare const OLD_API_URL = "https://fxtj7xkgc6.execute-api.eu-central-1.amazonaws.com/prod/"; declare const NEW_API_URL = "https://the-mind-api.edilkamin.com/"; declare const API_URL = "https://the-mind-api.edilkamin.com/"; export { API_URL, NEW_API_URL, OLD_API_URL };