import { Api } from './api'; declare module 'fastify' { interface FastifyInstance { api: Api; } }