import type { FastifyReply, FastifyRequest } from "fastify"; import type { MercuriusContext } from "mercurius"; declare const userContext: (context: MercuriusContext, request: FastifyRequest, reply: FastifyReply) => Promise; export default userContext; //# sourceMappingURL=userContext.d.ts.map