import type { FastifyRequest } from "fastify"; import type { SessionRequest } from "supertokens-node/lib/build/framework/fastify"; declare const createUserContext: (userContext: any | undefined, request: FastifyRequest | SessionRequest) => any; export default createUserContext; //# sourceMappingURL=createUserContext.d.ts.map