import type { Application } from '../../../declarations'; import { AgentsPrepareService } from './prepare.class'; import { agentsPreparePath } from './prepare.shared'; export * from './prepare.class'; export * from './prepare.schema'; export declare const agentsPrepare: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [agentsPreparePath]: AgentsPrepareService; } }