export declare const LOCALSTORAGE_PREFIX = "wherever."; export declare const ENV: any; export declare const LOCALSTORAGE_THEME_MODE_KEY: string; export declare const WHEREVER_HOMEPAGE = "https://wherever.im"; export declare const WHEREVER_FAQ = "https://wherever.im/faq"; export declare const WIDGET_VERSION: string; export declare const MAINNET_CHAINS: import("@wagmi/chains").Chain[]; export declare const TESTNET_CHAINS: import("@wagmi/chains").Chain[]; export declare const CHAIN_NAMES: { [key: number]: string; };