import { CriticalConfig, BitcoinConfigAsset } from '../../types/config.js'; /** * Get the BTC native asset on the bitcoin network. */ declare function getBtcAsset(config: CriticalConfig): BitcoinConfigAsset | undefined; export { getBtcAsset };