1// Fastify creates its own Pino logger instance. 2// This module re-exports the logger type for use outside request context. 3export type { FastifyBaseLogger as Logger } from 'fastify'