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