/** UserAgent */
export declare const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36";
/** API BASE URL */
export declare const API_BASE_URL = "https://genius.com/api";
