import type { FastifyInstance } from "fastify"; import { type AgentService } from "../modules/agents/index.js"; import type { AuthService } from "../modules/auth/service.js"; export declare function registerAgentRoutes(app: FastifyInstance, auth: AuthService, agents: AgentService): void; //# sourceMappingURL=agents.d.ts.map