declare const apiUrl = "https://api.myanimelist.net/v2";
declare const secondaryApiUrl = "https://myanimelist.net/v1";
export { apiUrl, secondaryApiUrl };
