import type { btc, bch, ltc, eth, JPY, Pair } from 'cryptocurrency-types';
declare type BTCBOXSymbol = btc | bch | ltc | eth;
declare type BTCBOXPair = Pair<Uppercase<BTCBOXSymbol>, JPY>;
export type { BTCBOXSymbol, BTCBOXPair };
//# sourceMappingURL=currency.d.ts.map