import type { Application } from '../../../../declarations'; import { ExchangesDepositsSyncService } from './sync.class'; import { exchangesDepositsSyncPath } from './sync.shared'; export * from './sync.class'; export * from './sync.schema'; export declare const exchangesDepositsSync: (app: Application) => void; declare module '../../../../declarations' { interface ServiceTypes { [exchangesDepositsSyncPath]: ExchangesDepositsSyncService; } }