import type { FastifyInstance } from 'fastify'; import type { DataStore } from '@openleash/core'; export declare function registerAgentRoutes(app: FastifyInstance, store: DataStore): void; //# sourceMappingURL=agents.d.ts.map