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