import { Geolocation } from "../lavasession/geolocation"; export declare const DEFAULT_LAVA_PAIRING_LIST = "https://raw.githubusercontent.com/lavanet/lava-providers/main/sdkSeedProviders.json"; export declare const DEFAULT_LAVA_PAIRING_NETWORK = "testnet"; export declare const LAVA_CHAIN_ID = "LAV1"; export declare const DEFAULT_GEOLOCATION = Geolocation.USC; export declare const DEFAULT_NETWORKS: string[]; export declare const DEFAULT_LAVA_CHAINID = "lava-testnet-2"; export declare const BOOT_RETRY_ATTEMPTS = 2;