import type { Application } from '../../../../declarations'; import { ExchangesOhlcvHistoryService } from './history.class'; import { exchangesOhlcvHistoryPath } from './history.shared'; export * from './history.class'; export * from './history.schema'; export declare const exchangesOhlcvHistory: (app: Application) => void; declare module '../../../../declarations' { interface ServiceTypes { [exchangesOhlcvHistoryPath]: ExchangesOhlcvHistoryService; } }