import { Balance, BlockInfo, ChainKey, Provider, ProviderCapabilities, ProviderConfig, Transaction, TxHistoryOptions, Utxo } from "../_chunks/provider.mjs"; export declare class Blockstream extends Provider { static readonly key = "blockstream"; private readonly baseUrl; private readonly defaultChain; constructor(config: Readonly); get capabilities(): ProviderCapabilities; private api; getBalance(address: string, chain?: ChainKey): Promise; getTxHistory(address: string, chain?: ChainKey, options?: Readonly): Promise; getUtxos(address: string, chain?: ChainKey): Promise; getTxDetail(hash: string, chain?: ChainKey): Promise; getBlockInfo(blockNumber: number, chain?: ChainKey): Promise; } //# sourceMappingURL=blockstream.d.mts.map