import { TORUS_LEGACY_NETWORK, TORUS_SAPPHIRE_NETWORK } from "@toruslabs/constants"; export declare const storeKey = "openlogin_store"; export declare const UX_MODE: { readonly POPUP: "popup"; readonly REDIRECT: "redirect"; }; export declare const OPENLOGIN_NETWORK: { readonly MAINNET: "mainnet"; readonly TESTNET: "testnet"; readonly CYAN: "cyan"; readonly AQUA: "aqua"; readonly CELESTE: "celeste"; readonly SAPPHIRE_DEVNET: "sapphire_devnet"; readonly SAPPHIRE_MAINNET: "sapphire_mainnet"; }; export declare const SUPPORTED_KEY_CURVES: { readonly SECP256K1: "secp256k1"; readonly ED25519: "ed25519"; }; export declare const LOGIN_PROVIDER: { readonly GOOGLE: "google"; readonly FACEBOOK: "facebook"; readonly REDDIT: "reddit"; readonly DISCORD: "discord"; readonly TWITCH: "twitch"; readonly APPLE: "apple"; readonly LINE: "line"; readonly GITHUB: "github"; readonly KAKAO: "kakao"; readonly LINKEDIN: "linkedin"; readonly TWITTER: "twitter"; readonly WEIBO: "weibo"; readonly WECHAT: "wechat"; readonly FARCASTER: "farcaster"; readonly EMAIL_PASSWORDLESS: "email_passwordless"; readonly SMS_PASSWORDLESS: "sms_passwordless"; readonly WEBAUTHN: "webauthn"; readonly JWT: "jwt"; }; export declare const MFA_LEVELS: { readonly DEFAULT: "default"; readonly OPTIONAL: "optional"; readonly MANDATORY: "mandatory"; readonly NONE: "none"; }; export declare const OPENLOGIN_ACTIONS: { readonly LOGIN: "login"; readonly ENABLE_MFA: "enable_mfa"; readonly MANAGE_MFA: "manage_mfa"; readonly MODIFY_SOCIAL_FACTOR: "modify_social_factor"; }; export declare const BUILD_ENV: { readonly PRODUCTION: "production"; readonly DEVELOPMENT: "development"; readonly STAGING: "staging"; readonly TESTING: "testing"; }; export { TORUS_LEGACY_NETWORK, TORUS_SAPPHIRE_NETWORK };