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

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

export { getMetaPegInAddress };
