// @ts-nocheck
import { ProviderInput, TypeProvider } from "../types";
export default function Github(input: ProviderInput): TypeProvider;
