export declare enum OAuthEndpoints { Authorize = "https://id.twitch.tv/oauth2/authorize", Token = "https://id.twitch.tv/oauth2/token", Device = "https://id.twitch.tv/oauth2/device", Revoke = "https://id.twitch.tv/oauth2/revoke" } //# sourceMappingURL=urls.d.ts.map