import { BitcoinAddress } from '../bitcoinUtils/btcAddresses.js';
import { KnownChainId } from '../utils/types/knownIds.js';
import '../xlinkSdkUtils/types.js';
import '../utils/BigNumber.js';
import 'big.js';
import '../utils/typeHelpers.js';

declare function getMetaPegInAddress(fromChain: KnownChainId.RunesChain | KnownChainId.BRC20Chain, toChain: KnownChainId.KnownChain): undefined | BitcoinAddress;

export { getMetaPegInAddress };
