import type { FastifyInstance } from "fastify";
export declare const setListRoutes: (app: FastifyInstance) => void;
