import type { FastifyInstance } from 'fastify'; import { NonceCache } from '@openleash/core'; import type { DataStore, OpenleashConfig, OpenleashEvents } from '@openleash/core'; export declare function registerAgentSelfRoutes(app: FastifyInstance, store: DataStore, config: OpenleashConfig, nonceCache: NonceCache, events: OpenleashEvents): void; //# sourceMappingURL=agent-self.d.ts.map