export declare const AppInfo: { id: string; version: string; name: string; homepage: string; logo: string; description: string; downloadLinks: { android: string; googlePlay: string; ios: string; appleStore: string; testflight: string; telegram: string; browserExtension: { chrome: string; edge: string; }; }; deepLinks: { scheme: string; universallink: string; direct_link: string; }; }; export declare const BASE_URL: { bridge: string; connect: string; connect_direct_link: string; }; export declare const LOCALES: string[]; export declare const supportedEvmChainIdDefault: number[];