import { FastifyRequest } from 'fastify'; /** * Session service for anonymous user tracking * Reads X-Session-ID header, creates session if doesn't exist */ export declare function getOrCreateSession(request: FastifyRequest): Promise; //# sourceMappingURL=session.service.d.ts.map