/** * HTTP request header names to apply to the requests. */ export declare enum HttpHeaders { AcceptLanguage = "Accept-Language", ContentType = "Content-Type", FFCountry = "FF-Country", FFCurrency = "FF-Currency" }