import type { Application } from '../../../../declarations'; import { ModelsPodsEventsService } from './events.class'; import { modelsPodsEventsPath } from './events.shared'; export * from './events.class'; export * from './events.schema'; export declare const modelsPodsEvents: (app: Application) => void; declare module '../../../../declarations' { interface ServiceTypes { [modelsPodsEventsPath]: ModelsPodsEventsService; } }