export declare const SDK_VERSION: string; export declare const BEACON_VERSION: string; export declare const PROTOCOL_VERSION_V1 = 1; export declare const PROTOCOL_VERSION_V2 = 2; export declare const LATEST_PROTOCOL_VERSION = 2; export declare const DEFAULT_PROTOCOL_VERSION = 1; export declare const NOTIFICATION_ORACLE_URL: string; export declare const BACKEND_URL: string; /** * Shared ecosystem WalletConnect Cloud projectId, applied by default so dApps * can offer WalletConnect wallets (e.g. Kukai Mobile) without registering * their own project — WalletConnect's free tier comfortably covers the Tezos * ecosystem's volume. Override per dApp via * `DAppClientOptions.walletConnectOptions.projectId`; opt out entirely via * `disableWalletConnect`. Same id that 4.8.x shipped as its built-in default. */ export declare const DEFAULT_WALLETCONNECT_PROJECT_ID = "24469fd0a06df227b6e5f7dc7de0ff4f";