import type { FastifyRequest, FastifyReply } from 'fastify'; import { NonceCache } from '@openleash/core'; import type { OpenleashConfig, DataStore } from '@openleash/core'; export declare function createAgentAuth(config: OpenleashConfig, store: DataStore, nonceCache: NonceCache): (request: FastifyRequest, reply: FastifyReply) => Promise; //# sourceMappingURL=agent-auth.d.ts.map