import type { FastifyInstance } from 'fastify';
export type AnyFastifyInstance = FastifyInstance<any, any, any, any>;
