export default class GithubError extends Error {
    status: number;
    constructor(message: string, status: number);
}
