export declare const Constant: { readonly ENDPOINT: "https://api.expediagroup.com/"; readonly AUTH_ENDPOINT: "https://api.expediagroup.com/identity/oauth2/v3/token/"; readonly TEN_SECONDS_IN_MILLIS: 10000; readonly POST: "POST"; readonly AUTHORIZATION: "Authorization"; };