import type { Application } from '../../../declarations'; import { ExchangesDownloadService } from './download.class'; import { exchangesDownloadPath } from './download.shared'; export * from './download.class'; export * from './download.schema'; export declare const hooks: any; export declare const exchangesDownload: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [exchangesDownloadPath]: ExchangesDownloadService; } }