import { FastifyInstance } from 'fastify'; export default async function aiRoutes(fastify: FastifyInstance) { // Placeholder for ai routes }