import { MarketStatus } from '../../types'; export interface IMarketApi { getMarketStatus(): MarketStatus; }