import type { BitflyerSpotPair, BitflyerFXPair } from '../shared/types/currency';
declare const ALL_BITFLYER_SPOT_PAIRS: BitflyerSpotPair[];
declare const ALL_BITFLYER_FX_PAIRS: BitflyerFXPair[];
export { ALL_BITFLYER_SPOT_PAIRS, ALL_BITFLYER_FX_PAIRS };