export * from './types';
export * from './github';
import { GitHub } from './github';
export default GitHub;
