import type { Application } from '../../../declarations'; import { ExchangesMarketsStatsService } from './markets-stats.class'; import { exchangesMarketsStatsPath } from './markets-stats.shared'; export * from './markets-stats.class'; export * from './markets-stats.schema'; export declare const exchangesMarketsStats: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [exchangesMarketsStatsPath]: ExchangesMarketsStatsService; } }