import { AccountDisplayPreference, AccountDisplayPreferenceInfo, BitcoinUnit, BitcoinUnitInfo, BtcAsset, CryptoCurrency, Currency, StxAsset } from "@leather.io/models"; //#region src/index.d.ts declare const gaiaUrl = "https://hub.blockstack.org"; declare const ZERO_INDEX = 0; declare const HIRO_EXPLORER_URL = "https://explorer.hiro.so"; declare const MEMPOOL_BASE_URL = "https://mempool.space"; declare const ORD_IO_URL = "https://ord.io"; declare const GAMMA_URL = "https://gamma.io"; declare const GAMMA_API_URL: string; declare const MAGIC_EDEN_URL = "https://magiceden.io/bitcoin"; declare const BNS_REGISTRATION_URL = "https://bns.one/"; declare const LEATHER_IPFS_GATEWAY_URL = "https://leather.quicknode-ipfs.com/ipfs/"; declare const SBTC_RECLAIM_URL = "https://app.stacks.co/reclaim?depositTxId="; declare const HIGH_FEE_AMOUNT_STX = 5; declare const HIGH_FEE_WARNING_LEARN_MORE_URL_BTC = "https://bitcoinfees.earn.com/"; declare const HIGH_FEE_WARNING_LEARN_MORE_URL_STX = "https://leather.gitbook.io/guides/transactions/fees"; declare const DEFAULT_FEE_RATE = 400; declare const PERSISTENCE_CACHE_TIME: number; declare const BTC_DECIMALS = 8; declare const STX_DECIMALS = 6; declare const SATS_IN_BTC = 1e8; declare const BITCOIN_MINIMUM_SPEND_IN_SATS = 546; declare const currencyDecimalsMap: Record; declare const currencyNameMap: { readonly USD: "United States Dollar"; readonly EUR: "Euro"; readonly GBP: "British Pound"; readonly AUD: "Australian Dollar"; readonly CAD: "Canadian Dollar"; readonly CNY: "Chinese Yuan"; readonly JPY: "Japanese Yen"; readonly KRW: "South Korean Won"; readonly BTC: "Bitcoin"; }; declare const BTC_P2WPKH_DUST_AMOUNT = 294; declare const KEBAB_REGEX: RegExp; declare const DEFAULT_LIST_LIMIT = 50; declare const TOKEN_NAME_LENGTH = 4; declare const LEATHER_SUPPORT_URL = "https://leather.io/contact"; declare const LEATHER_APP_URL = "https://app.leather.io"; declare const LEATHER_GUIDES_URL: string; declare const LEATHER_SBTC_URL: string; declare const LEATHER_STACKING_URL: string; declare const BTC_US_URL = "https://btc.us/"; declare const LEATHER_LEARN_URL = "https://leather.io/learn"; declare const LEATHER_GITBOOK_DEVS = "https://leather.gitbook.io/developers"; declare const LEATHER_EARN_URL = "https://earn.leather.io"; declare const LEATHER_EXTENSION_CHROME_STORE_URL = "https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj?hl=en"; declare const LEATHER_API_URL_STAGING = "https://staging.api.leather.io"; declare const LEATHER_API_URL_PRODUCTION = "https://api.leather.io"; declare const bitcoinUnitsKeyedByName: Record; declare enum AccountDisplayPreferenceType { NativeSegwit = "native-segwit", Taproot = "taproot", Bns = "bns", Stacks = "stacks", } declare const accountDisplayPreferencesKeyedByType: Record; declare const btcAsset: BtcAsset; declare const stxAsset: StxAsset; declare const cryptoAssetColors: Record; declare const ALEX_LINK = "https://alexgo.io/"; declare const ZEST_LINK = "https://www.zestprotocol.com/"; declare const ARKADIKO_LINK = "https://app.arkadiko.finance/"; declare const GRANITE_LINK = "https://www.granite.world/"; declare const HERMETICA_LINK = "https://www.hermetica.fi/"; declare const BITFLOW_LINK = "https://app.bitflow.finance/"; declare const VELAR_LINK = "https://www.velar.co/"; declare const USDCX_ASSET_ID_MAINNET = "SP120SBRBQJ00MCWS7TM5R8WJNTTKD5K0HFRC2CNE.usdcx::usdcx-token"; declare const USDCX_ASSET_ID_TESTNET = "ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.usdcx::usdcx-token"; declare const SBTC_ASSET_ID_MAINNET = "SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token"; declare const SBTC_ASSET_ID_TESTNET = "ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-token"; declare const SIP10_TOKEN_NAME_OVERRIDES: Record; //#endregion export { ALEX_LINK, ARKADIKO_LINK, AccountDisplayPreferenceType, BITCOIN_MINIMUM_SPEND_IN_SATS, BITFLOW_LINK, BNS_REGISTRATION_URL, BTC_DECIMALS, BTC_P2WPKH_DUST_AMOUNT, BTC_US_URL, DEFAULT_FEE_RATE, DEFAULT_LIST_LIMIT, GAMMA_API_URL, GAMMA_URL, GRANITE_LINK, HERMETICA_LINK, HIGH_FEE_AMOUNT_STX, HIGH_FEE_WARNING_LEARN_MORE_URL_BTC, HIGH_FEE_WARNING_LEARN_MORE_URL_STX, HIRO_EXPLORER_URL, KEBAB_REGEX, LEATHER_API_URL_PRODUCTION, LEATHER_API_URL_STAGING, LEATHER_APP_URL, LEATHER_EARN_URL, LEATHER_EXTENSION_CHROME_STORE_URL, LEATHER_GITBOOK_DEVS, LEATHER_GUIDES_URL, LEATHER_IPFS_GATEWAY_URL, LEATHER_LEARN_URL, LEATHER_SBTC_URL, LEATHER_STACKING_URL, LEATHER_SUPPORT_URL, MAGIC_EDEN_URL, MEMPOOL_BASE_URL, ORD_IO_URL, PERSISTENCE_CACHE_TIME, SATS_IN_BTC, SBTC_ASSET_ID_MAINNET, SBTC_ASSET_ID_TESTNET, SBTC_RECLAIM_URL, SIP10_TOKEN_NAME_OVERRIDES, STX_DECIMALS, TOKEN_NAME_LENGTH, USDCX_ASSET_ID_MAINNET, USDCX_ASSET_ID_TESTNET, VELAR_LINK, ZERO_INDEX, ZEST_LINK, accountDisplayPreferencesKeyedByType, bitcoinUnitsKeyedByName, btcAsset, cryptoAssetColors, currencyDecimalsMap, currencyNameMap, gaiaUrl, stxAsset }; //# sourceMappingURL=index.d.ts.map