import type { Market } from '../types/models/market.model'; import type { Currency } from '../types/models/market.model'; declare const currencies: Currency; declare const markets: { [key: string]: Market; }; export { markets, currencies }; //# sourceMappingURL=markets.d.ts.map