export declare const PERCENTAGE_GRANULARITY = 3; export declare const FIXEDI128_SCALING_FACTOR = 18; export declare const IGNORED_ERROR_MESSAGES: string[]; export declare const ACCOUNT_NOT_SET_ERROR_MESSAGE = "cannot request without setting account"; export declare const MAINNET_ESPLORA_BASE_PATH = "https://blockstream.info/api"; export declare const TESTNET_ESPLORA_BASE_PATH = "https://electr-testnet.do.polkabtc.io"; export declare const REGTEST_ESPLORA_BASE_PATH = "http://0.0.0.0:3002";