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