import type { Application } from '../../../declarations'; import { ExchangesDepositsService } from './deposits.class'; import { exchangesDepositsPath } from './deposits.shared'; export * from './deposits.class'; export * from './deposits.schema'; export declare const exchangesDeposits: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [exchangesDepositsPath]: ExchangesDepositsService; } }