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