import { Blockchain } from '../../types/config.js'; type BtcBlockchains = Blockchain.AVALANCHE | Blockchain.BITCOIN; export { BtcBlockchains };