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