export declare const VERSION: string; export declare const USER_AGENT: string; export type Chain = 'base' | 'solana'; export declare const BLOCKRUN_DIR: string; export declare const CHAIN_FILE: string; export declare const API_URLS: Record; export declare const DEFAULT_PROXY_PORT = 8402; export declare const MARKET_URL: string; export declare function saveChain(chain: Chain): void; export declare function loadChain(): Chain;