declare const GithubAPI: any; declare class MockedGithubAPI extends GithubAPI { private getAuthToken; } export default MockedGithubAPI;