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