import { FastifyInstance } from "fastify"; export default function createApiDocRoutes({ app }: { app: FastifyInstance; }): void;