declare class AuthService { static OAUTH_PORT: number; static OAUTH_REDIRECT_URI: string; isGhAuthenticated(): boolean; getGithubToken(): Promise; getGithubTokenInteractive(): Promise; exchangeCodeForToken(code: string): Promise; } declare const authService: AuthService; export { authService }; //# sourceMappingURL=auth.service.d.ts.map