import { MarketType } from '../types'; export declare function isMarketTradingTime(market: MarketType, date?: Date): boolean;