export declare const TESTNET_API_URL = "https://api.testnet.1money.network"; export declare const MAINNET_API_URL = "https://api.1money.network"; export declare const LOCAL_API_URL = "http://localhost:18555"; export declare const CHAIN_IDS: { readonly MAINNET: 21210; readonly TESTNET: 1212101; readonly LOCAL: 1212101; }; export declare const API_VERSION = "v1";