import { BaseOctoKitService, GitHubOutageStatus, IOctoKitUser } from './githubService'; export declare class NullBaseOctoKitService extends BaseOctoKitService { getGitHubOutageStatus(): Promise; getCurrentAuthedUser(): Promise; getCurrentAuthedUserWithToken(token: string): Promise; _makeGHAPIRequest(routeSlug: string, method: 'GET' | 'POST', token: string, body?: { [key: string]: any; }, options?: { silent404?: boolean; }, callSite?: string): Promise; } //# sourceMappingURL=nullOctokitServiceImpl.d.ts.map