import type { Application } from '../../../declarations'; import { TradersPodsService } from './pods.class'; import { tradersPodsPath } from './pods.shared'; export * from './pods.class'; export * from './pods.schema'; export declare const tradersPods: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [tradersPodsPath]: TradersPodsService; } }