export declare class TokenConstants { static readonly OAUTH_GRANT_TYPE = "client_credentials"; static readonly OAUTH_GET_TOKEN = "/v1/oauth/token"; }