import { LOGIN_PROVIDER_TYPE } from "@web3auth/auth"; export declare function capitalizeFirstLetter(string: string): string; export declare const AUTH_PROVIDERS: ("google" | "facebook" | "reddit" | "discord" | "twitch" | "apple" | "line" | "github" | "kakao" | "linkedin" | "twitter" | "weibo" | "wechat" | "farcaster" | "email_passwordless" | "sms_passwordless" | "webauthn" | "jwt" | "passkeys" | "authenticator")[]; export declare const AUTH_PROVIDERS_NAMES: Record;